mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
Fix for macos
This commit is contained in:
parent
eccfc7ba71
commit
790c169c02
3 changed files with 12 additions and 3 deletions
|
@ -99,6 +99,12 @@ QStringList RsApplication::_files; /**< List of files passed by argume
|
|||
bool RsApplication::useConfigDir;
|
||||
QString RsApplication::configDir;
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
QStringList RsApplication::_links; /**< List of links passed by arguments. */
|
||||
QStringList RsApplication::_files; /**< List of files passed by arguments. */
|
||||
#endif
|
||||
|
||||
Log RsApplication::log_output; /**< Logs debugging messages to file or stdout. */
|
||||
RsGUIConfigOptions RsApplication::options;
|
||||
QDateTime RsApplication::mStartupTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue