Changeset 78 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Dec 18, 2009, 1:57:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r74 r78 87 87 88 88 void closeEvent(QCloseEvent *ev); 89 void enableSolutionActions(bool enable = true);90 89 void initDocStyleSheet(); 91 90 void loadLangList(); … … 96 95 bool saveTask(); 97 96 void setFileName(const QString &fileName = trUtf8("Untitled") + ".tspt"); 97 void toggleSolutionActions(bool enable = true); 98 98 }; 99 99
Note: See TracChangeset
for help on using the changeset viewer.