mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 18:52:30 +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();
|
||||
}
|
||||
|
||||
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 setToggleWallpaperConfiguration();
|
||||
void openFolderInExplorer(QString url);
|
||||
void openLicenceFolder();
|
||||
|
||||
QString fixWindowsPath(QString url);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user