forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Conflicts: src/plugins/autotest/testcodeparser.cpp src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri tests/unit/unittest/unittest.pro Change-Id: I9db4fbea6ea7c9fdd0d8e1703735af20c92e754b
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <QSharedPointer>
|
||||
#include <QObject>
|
||||
#include <QPointer>
|
||||
#include <QTimer>
|
||||
#include <QRect>
|
||||
|
||||
@@ -106,7 +107,7 @@ private:
|
||||
void showTip();
|
||||
void hideTipWithDelay();
|
||||
|
||||
Internal::QTipLabel *m_tip;
|
||||
QPointer<Internal::QTipLabel> m_tip;
|
||||
QWidget *m_widget;
|
||||
QRect m_rect;
|
||||
QTimer m_showTimer;
|
||||
|
||||
Reference in New Issue
Block a user