aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/imageviewerfile.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-10 20:43:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-12 20:10:03 +0200
commit9ac137fb062138bc8c8f338526f94eeab96c9abc (patch)
tree4d0c86691f0c8c871cc805a2e7e91a4730b582e7 /src/plugins/imageviewer/imageviewerfile.h
parenta14955d0fb3167436a584eaf318e5da86a4175bb (diff)
add auto-saving of modified editors
Task-number: QTCREATORBUG-2847
Diffstat (limited to 'src/plugins/imageviewer/imageviewerfile.h')
-rw-r--r--src/plugins/imageviewer/imageviewerfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageviewer/imageviewerfile.h b/src/plugins/imageviewer/imageviewerfile.h
index 39516cb1bb..c223490d75 100644
--- a/src/plugins/imageviewer/imageviewerfile.h
+++ b/src/plugins/imageviewer/imageviewerfile.h
@@ -49,7 +49,7 @@ public:
explicit ImageViewerFile(ImageViewer *parent = 0);
~ImageViewerFile();
- bool save(QString *errorString, const QString &fileName = QString());
+ bool save(QString *errorString, const QString &fileName, bool autoSave);
void rename(const QString &newName);
QString fileName() const;