Skip to content
Snippets Groups Projects
Commit 6d620295 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Compile on Windows/Export OpenEditorsModel::Entry.

parent 852e51a6
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ public: ...@@ -54,7 +54,7 @@ public:
void addRestoredEditor(const QString &fileName, const QString &displayName, const QString &id); void addRestoredEditor(const QString &fileName, const QString &displayName, const QString &id);
QModelIndex firstRestoredEditor() const; QModelIndex firstRestoredEditor() const;
struct Entry { struct CORE_EXPORT Entry {
Entry():editor(0){} Entry():editor(0){}
IEditor *editor; IEditor *editor;
QString fileName() const; QString fileName() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment