diff options
author | dt <qtc-committer@nokia.com> | 2009-05-18 19:11:11 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-05-25 13:42:13 +0200 |
commit | 41b3b3e3b4b81b32f0865824be1530a5fdf4d329 (patch) | |
tree | 15a016a5df51fb68201519944a44b7e3d3f5c5b6 /src/plugins/resourceeditor | |
parent | dc3641b9e1167ae5f8a77910b081d9a2e9c1312b (diff) | |
download | qt-creator-41b3b3e3b4b81b32f0865824be1530a5fdf4d329.tar.gz |
Fixes showing temporary files
Diffstat (limited to 'src/plugins/resourceeditor')
-rw-r--r-- | src/plugins/resourceeditor/resourceeditorw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h index de341d90c2..fe411da4ef 100644 --- a/src/plugins/resourceeditor/resourceeditorw.h +++ b/src/plugins/resourceeditor/resourceeditorw.h @@ -105,6 +105,7 @@ public: QWidget *widget(); void setSuggestedFileName(const QString &fileName); + bool temporayEditor() const { return false; } private slots: void dirtyChanged(bool); |