Fix for macos

This commit is contained in:
defnax 2024-02-28 19:47:01 +01:00
parent eccfc7ba71
commit 790c169c02
3 changed files with 12 additions and 3 deletions

View file

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