diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-29 07:16:09 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-29 07:16:09 -0500 |
| commit | 52cc3a41c73851d88983223361c03b800db8c2a2 (patch) | |
| tree | 294a8bd7790e8f2c976d79a8a29622e550179ab1 /src/processrunner.h | |
| parent | dc6653e1009a8081cd4bae7ba15751b9cc6b5e4b (diff) | |
refresh after manually unlocking the ui
fixed nexus connect button staying as "cancel" in case of errors
fixed logging of duplicate dll loading
bumped to rc6
Diffstat (limited to 'src/processrunner.h')
| -rw-r--r-- | src/processrunner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/processrunner.h b/src/processrunner.h index 1bfdc465..d8ff0227 100644 --- a/src/processrunner.h +++ b/src/processrunner.h @@ -156,6 +156,7 @@ private: bool shouldRunShell() const; + bool shouldRefresh(Results r) const; // runs the command in m_shellOpen; returns empty if it can be waited for // |
