Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KCacheGrind
Commits
231f0ec1
Commit
231f0ec1
authored
Nov 13, 2020
by
Calvin Buckley
🤔
Committed by
Josef Weidendorfer
Nov 30, 2021
Browse files
Make qcgmain.cpp use the KDE org instead
parent
a14de9eb
Pipeline
#103643
passed with stage
in 51 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
qcachegrind/qcachegrind.pro
View file @
231f0ec1
...
...
@@ -2,7 +2,7 @@ TEMPLATE = app
include
(..
/
version
.
pri
)
mac
{
QMAKE_TARGET_BUNDLE_PREFIX
=
io
.
github
.
kcachegrind
QMAKE_TARGET_BUNDLE_PREFIX
=
org
.
kde
#
For
the
bundle
name
etc
.
TARGET
=
QCachegrind
QMAKE_INFO_PLIST
=
qcachegrind
.
plist
...
...
qcachegrind/qcgmain.cpp
View file @
231f0ec1
...
...
@@ -30,7 +30,7 @@ int main( int argc, char ** argv )
QApplication
app
(
argc
,
argv
);
Loader
::
initLoaders
();
QCoreApplication
::
setOrganizationName
(
QStringLiteral
(
"k
cachegrind.github.io
"
));
QCoreApplication
::
setOrganizationName
(
QStringLiteral
(
"k
de.org
"
));
QCoreApplication
::
setApplicationName
(
QStringLiteral
(
"QCachegrind"
));
ConfigStorage
::
setStorage
(
new
QCGConfigStorage
);
// creates global config object of type GlobalGUIConfig
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment