From 6d620295f2b367a7a1f88d3c33f072ac112aca2a Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Thu, 4 Feb 2010 08:25:52 +0100 Subject: [PATCH] Compile on Windows/Export OpenEditorsModel::Entry. --- src/plugins/coreplugin/editormanager/openeditorsmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/editormanager/openeditorsmodel.h b/src/plugins/coreplugin/editormanager/openeditorsmodel.h index 208d125e367..843b108f547 100644 --- a/src/plugins/coreplugin/editormanager/openeditorsmodel.h +++ b/src/plugins/coreplugin/editormanager/openeditorsmodel.h @@ -54,7 +54,7 @@ public: void addRestoredEditor(const QString &fileName, const QString &displayName, const QString &id); QModelIndex firstRestoredEditor() const; - struct Entry { + struct CORE_EXPORT Entry { Entry():editor(0){} IEditor *editor; QString fileName() const; -- GitLab