mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
added #ifdefs to remove icon from OSX
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
28ec721c1b
commit
80317217f7
1 changed files with 5 additions and 0 deletions
|
@ -92,9 +92,14 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, const QString &dir)
|
||||||
{
|
{
|
||||||
qInstallMsgHandler(qt_msg_handler);
|
qInstallMsgHandler(qt_msg_handler);
|
||||||
|
|
||||||
|
#ifndef __APPLE__
|
||||||
|
|
||||||
/* set default window icon */
|
/* set default window icon */
|
||||||
setWindowIcon(QIcon(":/images/rstray3.png"));
|
setWindowIcon(QIcon(":/images/rstray3.png"));
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Read in all our command-line arguments. */
|
/* Read in all our command-line arguments. */
|
||||||
parseArguments(args);
|
parseArguments(args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue