aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/extensions/applicationextension/mextensionhandle_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle_p.h b/src/extensions/applicationextension/mextensionhandle_p.h
index 56056438..5b5d905c 100644
--- a/src/extensions/applicationextension/mextensionhandle_p.h
+++ b/src/extensions/applicationextension/mextensionhandle_p.h
@@ -69,7 +69,7 @@ public:
int restartCount;
//! Time since the process was started, for checking how long the remote process could run before breaking
- QElapsedTimer processStartTime;
+ QTime processStartTime;
//! A server for IPC communication between the processes
MAppletServer communicator;