Changeset f6352492e7 in tspsg for src/3rdparty
- Timestamp:
- Apr 15, 2011, 6:47:47 AM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- fec08a47e5
- Parents:
- 019894f5ef
- git-author:
- Oleksii Serdiuk <contacts@…> (04/15/11 06:47:47)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp
r019894f5ef rf6352492e7 56 56 #include <QtGui/QPushButton> 57 57 58 #ifndef GET_ICON 59 # if QT_VERSION >= 0x040600 60 # define GET_ICON(x) QIcon::fromTheme(x, QIcon(":/images/icons/128x128/"x".png")) 61 # else 62 # define GET_ICON(x) QIcon(":/images/icons/128x128/"x".png") 63 # endif 64 #endif 65 58 66 class QtFullToolBarManagerPrivate 59 67 {
Note: See TracChangeset
for help on using the changeset viewer.