forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Conflicts: qtcreator.pri qtcreator.qbs src/plugins/debugger/debuggerruncontrol.cpp Change-Id: I81b43480a1369e3d7be60ae26e812dda6b962b0b
This commit is contained in:
@@ -81,8 +81,6 @@ private slots:
|
||||
void goToHistoryItem();
|
||||
|
||||
private:
|
||||
QVariant loadResource(int type, const QUrl &name);
|
||||
|
||||
TextBrowserHelpWidget *m_textBrowser;
|
||||
};
|
||||
|
||||
@@ -109,11 +107,11 @@ private:
|
||||
QString linkAt(const QPoint& pos);
|
||||
void openLink(const QUrl &url, bool newPage);
|
||||
|
||||
public:
|
||||
int zoomCount;
|
||||
bool forceFont;
|
||||
bool m_openInNewPageActionVisible;
|
||||
TextBrowserHelpViewer *m_parent;
|
||||
friend class Help::Internal::TextBrowserHelpViewer;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user