mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Changed #ifdef to #if in previous commit, rf8309be.
This commit is contained in:
parent
3c7db47a72
commit
04c8abf5bb
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ KonqFrameTabs::KonqFrameTabs(QWidget* parent, KonqFrameContainerBase* parentCont
|
|||
connect( this, SIGNAL(initiateDrag(QWidget*)),
|
||||
SLOT(slotInitiateDrag(QWidget*)) );
|
||||
|
||||
#ifdef QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
#pragma message("KF5: revert the commit that introduced this line")
|
||||
#endif
|
||||
tabBar()->installEventFilter(this);
|
||||
|
|
Loading…
Reference in a new issue