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:
|
public slots:
|
||||||
void setNavigation(QString nav);
|
void setNavigation(QString nav);
|
||||||
void setToggleWallpaperConfiguration();
|
void setToggleWallpaperConfiguration();
|
||||||
QString fixWindowsPath(QString url);
|
|
||||||
void openFolderInExplorer(QString url);
|
void openFolderInExplorer(QString url);
|
||||||
void openLicenceFolder();
|
void openLicenceFolder();
|
||||||
|
|
||||||
|
QString fixWindowsPath(QString url);
|
||||||
};
|
};
|
||||||
|
@ -129,16 +129,13 @@ public slots:
|
|||||||
void removeAll();
|
void removeAll();
|
||||||
void setMuteAll(bool isMuted);
|
void setMuteAll(bool isMuted);
|
||||||
void setPlayAll(bool isPlaying);
|
void setPlayAll(bool isPlaying);
|
||||||
QUrl getPreviewImageByMonitorID(QString id);
|
|
||||||
|
|
||||||
void checkForOtherFullscreenApplication();
|
void checkForOtherFullscreenApplication();
|
||||||
|
|
||||||
//Global settings
|
|
||||||
void setGlobalVolume(float volume);
|
void setGlobalVolume(float volume);
|
||||||
void setGlobalFillMode(QString fillMode);
|
void setGlobalFillMode(QString fillMode);
|
||||||
|
|
||||||
void writeSingleSettingConfig(QString name, QVariant value);
|
void writeSingleSettingConfig(QString name, QVariant value);
|
||||||
|
|
||||||
|
QUrl getPreviewImageByMonitorID(QString id);
|
||||||
|
|
||||||
bool autostart() const
|
bool autostart() const
|
||||||
{
|
{
|
||||||
return m_autostart;
|
return m_autostart;
|
||||||
@ -158,6 +155,7 @@ public slots:
|
|||||||
{
|
{
|
||||||
return m_decoder;
|
return m_decoder;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setAutostart(bool autostart)
|
void setAutostart(bool autostart)
|
||||||
{
|
{
|
||||||
if (m_autostart == autostart)
|
if (m_autostart == autostart)
|
||||||
@ -303,7 +301,6 @@ public slots:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void createDefaultConfig();
|
void createDefaultConfig();
|
||||||
void createProfileConfig();
|
|
||||||
|
|
||||||
Version m_version;
|
Version m_version;
|
||||||
ProfileListModel* m_plm;
|
ProfileListModel* m_plm;
|
||||||
|
Loading…
Reference in New Issue
Block a user