]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiApplication.h
Reset the geometry and ui settings whenever a change in the ui files is selected...
[features.git] / src / frontends / qt4 / GuiApplication.h
index aa73e6fc00ea3d0d347c78f2e8dd3ee5ce02433b..50579bc1e3f461f8d78257c5734b3d5e8eec656d 100644 (file)
@@ -52,6 +52,9 @@ public:
        GuiApplication(int & argc, char ** argv);
        ~GuiApplication();
 
+       /// Clear all session information.
+       void clearSession();
+
        /// Method inherited from \c Application class
        //@{
        bool getStatus(FuncRequest const & cmd, FuncStatus & flag) const;