mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove no longer needed openLicenceFolder
This commit is contained in:
parent
d371f4b45e
commit
97a4a7037e
@ -31,12 +31,3 @@ void QMLUtilities::openFolderInExplorer(QString url)
|
|||||||
explorer.startDetached();
|
explorer.startDetached();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QMLUtilities::openLicenceFolder()
|
|
||||||
{
|
|
||||||
QProcess explorer;
|
|
||||||
QStringList args;
|
|
||||||
args.append(QDir::toNativeSeparators(QCoreApplication::applicationDirPath()+ "/legal"));
|
|
||||||
explorer.setProgram("explorer.exe");
|
|
||||||
explorer.setArguments(args);
|
|
||||||
explorer.startDetached();
|
|
||||||
}
|
|
||||||
|
@ -29,7 +29,6 @@ public slots:
|
|||||||
void setNavigation(QString nav);
|
void setNavigation(QString nav);
|
||||||
void setToggleWallpaperConfiguration();
|
void setToggleWallpaperConfiguration();
|
||||||
void openFolderInExplorer(QString url);
|
void openFolderInExplorer(QString url);
|
||||||
void openLicenceFolder();
|
|
||||||
|
|
||||||
QString fixWindowsPath(QString url);
|
QString fixWindowsPath(QString url);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user