Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
KCacheGrind
Commits
f169763e
Commit
f169763e
authored
Sep 16, 2020
by
Calvin Buckley
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't show menu item icons on macOS
The actions have icons associated, so they show. Don't.
parent
3acd1afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
qcachegrind/qcgmain.cpp
qcachegrind/qcgmain.cpp
+5
-0
No files found.
qcachegrind/qcgmain.cpp
View file @
f169763e
...
...
@@ -32,6 +32,11 @@
int
main
(
int
argc
,
char
**
argv
)
{
#ifdef Q_OS_MAC
// Menu icons don't look right on macOS.
QApplication
::
setAttribute
(
Qt
::
AA_DontShowIconsInMenus
);
#endif
QApplication
app
(
argc
,
argv
);
Loader
::
initLoaders
();
...
...
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