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:
drbob 2012-09-21 21:36:24 +00:00
parent 28ec721c1b
commit 80317217f7

View File

@ -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);