Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
commit0921b67bca379566478979e61207efbf179ee055 (patch)
tree6f665190ac8b49db66cc9897fe6bb95cd0f95a00 /src/editorwindow.h
parent704a6c280bb14bf12292d9feb74d3383565a414b (diff)
Corrected MdiChild focus issues when opening more than one file,
enable or disable menu options when approriate.
Diffstat (limited to 'src/editorwindow.h')
-rw-r--r--src/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editorwindow.h b/src/editorwindow.h
index 2a1f3f6..89dcae4 100644
--- a/src/editorwindow.h
+++ b/src/editorwindow.h
@@ -37,6 +37,8 @@ public:
return editorwindow_filename;
}
+ virtual QSize sizeHint() const;
+
public slots:
bool loadFile(const QString &filename);