diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 9bed1d05f..63a31e0cf 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -195,6 +195,7 @@ private: CurrentState state; QString filter(); static MainWindow *m_Instance; + QString displayedFilename(QString fullFilename); bool askSaveChanges(); bool okToClose(QString message); void closeCurrentFile(); |