Changeset 07e43cf61a in tspsg for src/settingsdialog.cpp
- Timestamp:
- Oct 5, 2012, 5:30:23 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 47c811cc09
- Parents:
- 7a39458d16
- git-author:
- Oleksii Serdiuk <contacts@…> (10/05/12 17:30:23)
- git-committer:
- Oleksii Serdiuk <contacts@…> (10/05/12 21:58:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/settingsdialog.cpp
r7a39458d16 r07e43cf61a 23 23 24 24 #include "settingsdialog.h" 25 26 #include <QColorDialog> 27 #include <QFontDialog> 28 #include <QImageWriter> 29 #include <QMessageBox> 30 #include <QSettings> 31 32 #ifdef HANDHELD 33 # include <QScrollArea> 34 #endif 35 36 #if !defined(QT_NO_STATUSTIP) 37 # include <QStatusTipEvent> 38 #endif 39 40 #ifndef HANDHELD 41 // Eyecandy 42 # include "qtwin.h" 43 #endif // HANDHELD 25 44 26 45 /*!
Note: See TracChangeset
for help on using the changeset viewer.