Changeset 7c2ff7afbc in tspsg for src
- Timestamp:
- Jul 21, 2012, 3:55:25 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 79f83a3845
- Parents:
- 5c4d094f38
- git-author:
- Oleksii Serdiuk <contacts@…> (07/21/12 03:55:25)
- git-committer:
- Oleksii Serdiuk <contacts@…> (07/21/12 03:57:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/settingsdialog.h
r5c4d094f38 r7c2ff7afbc 72 72 QLabel *labelHint; 73 73 74 void pickColor(QColor &where);75 void setBgColor(QWidget *widget, const QColor &color);76 77 74 #ifndef QT_NO_STATUSTIP 78 75 bool event(QEvent *ev); 79 76 #endif // QT_NO_STATUSTIP 80 77 #endif // Q_WS_WINCE_WM 78 79 void pickColor(QColor &where); 80 void setBgColor(QWidget *widget, const QColor &color); 81 81 82 82 private slots:
Note: See TracChangeset
for help on using the changeset viewer.