repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Obsolete library/mozjs-60
[oi-userland.git]
/
components
/
encumbered
/
megasync
/
patches
/
16-MegaApplication.h.patch
blob
c62d5d083658aecb1f4ca6e4f5e8e7c35ea639e8
1
--- MEGAsync_ori/src/MEGASync/MegaApplication.h Wed Jan 26 20:25:17 2022
2
+++ MEGAsync_patched/src/MEGASync/MegaApplication.h Sun Mar 6 00:22:00 2022
3
@@ -100,7 +100,7 @@
4
{
5
Q_OBJECT
6
7
-#ifdef Q_OS_LINUX
8
+#if defined(Q_OS_LINUX) || defined(Q_OS_SOLARIS)
9
void setTrayIconFromTheme(QString icon);
10
#endif
11