forked from qt-creator/qt-creator
Help: Remove hack for fixed Qt issue
The hack was a workaround for QTBUG-51962 which is fixed since Qt 5.7 Change-Id: Iad76d72359f19febecb98b245a950684e6bba16f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -92,12 +92,6 @@ public:
|
||||
void scaleUp();
|
||||
void scaleDown();
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
void setSource(const QUrl &name) override;
|
||||
#else
|
||||
void doSetSource(const QUrl &url, QTextDocument::ResourceType type) override;
|
||||
#endif
|
||||
|
||||
void withFixedTopPosition(const std::function<void()> &action);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user