File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ void QgsApplication::init( QString customConfigPath )
94
94
// check if QGIS is run from build directory (not the install directory)
95
95
QFile f;
96
96
// "/../../.." is for Mac bundled app in build directory
97
- foreach ( QString path, QStringList () << " " << " /.." << " /bin" << " /../../.." << " /../../bin " )
97
+ foreach ( QString path, QStringList () << " " << " /.." << " /bin" << " /../../.." )
98
98
{
99
99
f.setFileName ( prefixPath + path + " /path.txt" );
100
100
if ( f.exists () )
@@ -323,12 +323,10 @@ const QString QgsApplication::pluginPath()
323
323
{
324
324
return ABISYM ( mPluginPath );
325
325
}
326
-
327
326
const QString QgsApplication::pkgDataPath ()
328
327
{
329
328
return ABISYM ( mPkgDataPath );
330
329
}
331
-
332
330
const QString QgsApplication::defaultThemePath ()
333
331
{
334
332
return " :/images/themes/default/" ;
You can’t perform that action at this time.
0 commit comments