aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/winfileassoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/winfileassoc.h')
-rw-r--r--src/qmmpui/winfileassoc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/winfileassoc.h b/src/qmmpui/winfileassoc.h
index 7c5a5b351..9b7af9f2c 100644
--- a/src/qmmpui/winfileassoc.h
+++ b/src/qmmpui/winfileassoc.h
@@ -40,14 +40,13 @@ protected:
protected:
bool CreateClassId(const QString& executablePath, const QString& friendlyName);
- bool RemoveClassId();
bool VistaGetDefaultApps(const QStringList &extensions, QStringList& registeredExt);
int VistaSetAppsAsDefault(const QStringList& extensions);
public:
WinFileAssoc(const QString ClassId = "QmmpFileAudio", const QString AppName="Qmmp");
//Checks the registry to see which extensions are registered with SMPlayer
bool GetRegisteredExtensions(const QStringList& extensionsToCheck, QStringList& registeredExtensions);
-
+ bool RemoveClassId();
int CreateFileAssociations(const QStringList& fileExtensions);
int RestoreFileAssociations(const QStringList& fileExtensions);
};