mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-26 04:33:06 +01:00
Cleanup
This commit is contained in:
parent
3ea2848c52
commit
26fd3651b9
@ -28,7 +28,8 @@ signals:
|
||||
public slots:
|
||||
void setNavigation(QString nav);
|
||||
void setToggleWallpaperConfiguration();
|
||||
QString fixWindowsPath(QString url);
|
||||
void openFolderInExplorer(QString url);
|
||||
void openLicenceFolder();
|
||||
|
||||
QString fixWindowsPath(QString url);
|
||||
};
|
||||
|
@ -129,16 +129,13 @@ public slots:
|
||||
void removeAll();
|
||||
void setMuteAll(bool isMuted);
|
||||
void setPlayAll(bool isPlaying);
|
||||
QUrl getPreviewImageByMonitorID(QString id);
|
||||
|
||||
void checkForOtherFullscreenApplication();
|
||||
|
||||
//Global settings
|
||||
void setGlobalVolume(float volume);
|
||||
void setGlobalFillMode(QString fillMode);
|
||||
|
||||
void writeSingleSettingConfig(QString name, QVariant value);
|
||||
|
||||
QUrl getPreviewImageByMonitorID(QString id);
|
||||
|
||||
bool autostart() const
|
||||
{
|
||||
return m_autostart;
|
||||
@ -158,6 +155,7 @@ public slots:
|
||||
{
|
||||
return m_decoder;
|
||||
}
|
||||
|
||||
void setAutostart(bool autostart)
|
||||
{
|
||||
if (m_autostart == autostart)
|
||||
@ -303,7 +301,6 @@ public slots:
|
||||
|
||||
private:
|
||||
void createDefaultConfig();
|
||||
void createProfileConfig();
|
||||
|
||||
Version m_version;
|
||||
ProfileListModel* m_plm;
|
||||
|
Loading…
Reference in New Issue
Block a user