forked from qt-creator/qt-creator
Core: Let the clickable link in VersionDialog jump to git log
...instead to just one commit. Change-Id: I8bb53ba3e7f4fcfb2fb306afe2a06a2b63dc89d8 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -13,5 +13,5 @@ set(IDE_ID "qtcreator") # The IDE id (no spaces, l
|
||||
set(IDE_CASED_ID "QtCreator") # The cased IDE id (no spaces!)
|
||||
set(IDE_BUNDLE_IDENTIFIER "org.qt-project.${IDE_ID}") # The macOS application bundle identifier.
|
||||
|
||||
set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=%1")
|
||||
set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1")
|
||||
# The revision url in the version dialog
|
||||
|
@@ -57,7 +57,7 @@ const char IDE_REVISION_STR[] = \"\";
|
||||
#ifdef IDE_REVISION_URL
|
||||
const char IDE_REVISION_URL_STR[] = STRINGIFY(IDE_REVISION_URL);
|
||||
#else
|
||||
const char IDE_REVISION_URL_STR[] = \"\";
|
||||
const char IDE_REVISION_URL_STR[] = \"https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1\";
|
||||
#endif
|
||||
|
||||
// changes the path where the settings are saved to
|
||||
|
Reference in New Issue
Block a user