summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvs.h')
-rwxr-xr-xsrc/pvs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pvs.h b/src/pvs.h
index db87b8e..e3ff329 100755
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -171,6 +171,7 @@ private:
int _timerLockTest;
int _timerLockDelay;
+ QString processName;
// input event handling:
InputEventHandlerChain _inputEventHandlers;
@@ -192,6 +193,8 @@ private Q_SLOTS:
void outgoingMulticastTransferDelete(qulonglong transferID);
void incomingMulticastTransferDelete(qulonglong transferID);
void onIncomingMulticastTransferRetry(QString const& sender, qulonglong transferID);
+ void processStartErrorOccured(QProcess::ProcessError error);
+ void processStopErrorOccured(QProcess::ProcessError error);
private:
QSettings _settings;