src: move set app path to linux includes
This commit is contained in:
@@ -35,10 +35,6 @@ void init()
|
||||
|
||||
void prepare(int argc, char *argv[])
|
||||
{
|
||||
if (AppPath::getAppPath().empty())
|
||||
{
|
||||
AppPath::setAppPath(QCoreApplication::applicationDirPath().toStdString() + "/");
|
||||
}
|
||||
setup(argc, argv);
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user