Changeset 87 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Jan 12, 2010, 3:11:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r80 r87 1 1 /*! 2 2 * \file mainwindow.h 3 * \author Copyright © 2007-20 09Lёppa <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2010 Lёppa <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id$ … … 39 39 /*! 40 40 * \brief Class for handling Main Window UI and logic. 41 * \author Copyright © 2007-20 09Lёppa <contacts[at]oleksii[dot]name>41 * \author Copyright © 2007-2010 Lёppa <contacts[at]oleksii[dot]name> 42 42 */ 43 43 class MainWindow: public QMainWindow, Ui::MainWindow … … 98 98 void retranslateUi(bool all = true); 99 99 bool saveTask(); 100 void setFileName(const QString &fileName = tr Utf8("Untitled") + ".tspt");100 void setFileName(const QString &fileName = tr("Untitled") + ".tspt"); 101 101 void setupUi(); 102 102 void toggleSolutionActions(bool enable = true);
Note: See TracChangeset
for help on using the changeset viewer.