mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Remove unneeded settings-code for win32.
This commit is contained in:
parent
42d7a48df9
commit
94ceb95045
1 changed files with 0 additions and 2 deletions
|
@ -473,8 +473,6 @@ QVariant MirallConfigFile::customMedia( customMediaType type )
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
fi.setFile( QApplication::applicationDirPath(), customFile );
|
fi.setFile( QApplication::applicationDirPath(), customFile );
|
||||||
qDebug() << "Custom Config file: " << fi.absoluteFilePath();
|
|
||||||
QSettings settings( fi.absoluteFilePath(), QSettings::IniFormat );
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
// exec path is inside the bundle
|
// exec path is inside the bundle
|
||||||
|
|
Loading…
Reference in a new issue