diff options
Diffstat (limited to 'src/pvs.h')
| -rwxr-xr-x | src/pvs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
