forked from qt-creator/qt-creator
Help: move global constants
Global constants that are used only in one place could live just there. Change-Id: Ibee751b6ccc4fb0d35a8e708995730991becd749 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
@@ -85,11 +85,6 @@ public:
|
||||
bool findText(const QString &text, Find::FindFlags flags,
|
||||
bool incremental, bool fromSearch, bool *wrapped = 0);
|
||||
|
||||
static const QString NsNokia;
|
||||
static const QString NsTrolltech;
|
||||
static const QString AboutBlankPage;
|
||||
static const QString PageNotFoundMessage;
|
||||
|
||||
static bool isLocalUrl(const QUrl &url);
|
||||
static bool canOpenPage(const QString &url);
|
||||
static QString mimeFromUrl(const QUrl &url);
|
||||
|
||||
Reference in New Issue
Block a user