Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/Overlay.h')
-rw-r--r--src/mumble/Overlay.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mumble/Overlay.h b/src/mumble/Overlay.h
index 4f6bd81fa..69b692a67 100644
--- a/src/mumble/Overlay.h
+++ b/src/mumble/Overlay.h
@@ -232,6 +232,8 @@ class OverlayConfig : public ConfigWidget, public Ui::OverlayConfig {
bool eventFilter(QObject *, QEvent *);
protected slots:
+ void on_qpbInstall_clicked();
+ void on_qpbUninstall_clicked();
void on_qpbAdd_clicked();
void on_qpbRemove_clicked();
void on_qcbBlacklist_toggled(bool);
@@ -329,9 +331,11 @@ class Overlay : public QObject {
void platformInit();
+ static bool supportsInstallableOverlay();
static bool isInstalled();
static bool needsUpgrade();
- static void installFiles();
+ static bool installFiles();
+ static bool uninstallFiles();
QLocalServer *qlsServer;
QList<OverlayClient *> qlClients;