summaryrefslogtreecommitdiff
path: root/src/lockeddialogbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockeddialogbase.h')
-rw-r--r--src/lockeddialogbase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lockeddialogbase.h b/src/lockeddialogbase.h
index 3c974a38..4ebad4c7 100644
--- a/src/lockeddialogbase.h
+++ b/src/lockeddialogbase.h
@@ -30,7 +30,7 @@ class QWidget;
/**
* a small borderless dialog displayed while the Mod Organizer UI is locked
* The dialog contains only a label and a button to force the UI to be unlocked
- *
+ *
* The UI gets locked while running external applications since they may modify the
* data on which Mod Organizer works. After the UI is unlocked (manually or after the
* external application closed) MO will refresh all of its data sources
@@ -46,6 +46,8 @@ public:
virtual bool canceled() const;
+ void setProcessInformation(DWORD pid, const QString& name) override;
+
protected:
virtual void resizeEvent(QResizeEvent *event);