Changeset 163 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Apr 15, 2011, 4:21:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r162 r163 161 161 }; 162 162 163 #ifdef Q_WS_S60 164 // A quickly hacked QMessageBox for Symbian that supports three buttons. 165 class QSMessageBox: public QMessageBox { 166 Q_OBJECT 167 private slots: 168 void cancel(); 169 void discard(); 170 public: 171 QSMessageBox(QWidget *parent = 0); 172 }; 173 #endif // Q_WS_S60 174 163 175 #endif // MAINWINDOW_H
Note: See TracChangeset
for help on using the changeset viewer.