Changeset f6352492e7 in tspsg for src/3rdparty


Ignore:
Timestamp:
Apr 15, 2011, 6:47:47 AM (14 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Last commit (r165) broke compilation with disabled PCH. Fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp

    r019894f5ef rf6352492e7  
    5656#include <QtGui/QPushButton>
    5757
     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
    5866class QtFullToolBarManagerPrivate
    5967{
Note: See TracChangeset for help on using the changeset viewer.