mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -92,9 +92,14 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, const QString &dir)
|
||||
{
|
||||
qInstallMsgHandler(qt_msg_handler);
|
||||
|
||||
#ifndef __APPLE__
|
||||
|
||||
/* set default window icon */
|
||||
setWindowIcon(QIcon(":/images/rstray3.png"));
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* Read in all our command-line arguments. */
|
||||
parseArguments(args);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user