Changeset 468fa8e7e5 in tspsg for src/3rdparty
- Timestamp:
- Mar 27, 2016, 8:36:12 PM (9 years ago)
- Branches:
- appveyor, imgbot, master
- Children:
- 08d3a94c1c, 21361c757d, 7373d6357f
- Parents:
- b9167cec6d
- git-author:
- Oleksii Serdiuk <contacts@…> (03/27/16 20:36:12)
- git-committer:
- Oleksii Serdiuk <contacts@…> (04/18/16 19:18:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp
rb9167cec6d r468fa8e7e5 66 66 #ifndef GET_ICON 67 67 # if QT_VERSION >= QT_VERSION_CHECK(4,6,0) 68 # define GET_ICON(x) QIcon::fromTheme(x, QIcon(":/images/icons/128x128/" x".png"))68 # define GET_ICON(x) QIcon::fromTheme(x, QIcon(":/images/icons/128x128/" x ".png")) 69 69 # else 70 # define GET_ICON(x) QIcon(":/images/icons/128x128/" x".png")70 # define GET_ICON(x) QIcon(":/images/icons/128x128/" x ".png") 71 71 # endif 72 72 #endif
Note: See TracChangeset
for help on using the changeset viewer.