From a98ddbdb8557093699de4dcf90937c792a377346 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 13 Nov 2024 13:27:13 +0100 Subject: [PATCH] Changed file name to check for cc-terminal rebbot to /run/powerctrl_cc. --- src/hwapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwapi.cpp b/src/hwapi.cpp index 22f9c2c..843e3d6 100755 --- a/src/hwapi.cpp +++ b/src/hwapi.cpp @@ -61,7 +61,7 @@ hwapi::hwapi(QObject *parent) : QObject(parent) QSettings settings("/opt/app/ATBAPP/ATBQT.ini", QSettings::IniFormat); m_watchedFile = settings.value("AsyncPOS_CCPlugin/terminal_watch_file", - "/opt/app/ATBAPP/watch.txt").toString(); + "/run/powerctrl_cc").toString(); m_fileSystemWatcher.reset(new QFileSystemWatcher()); if (!m_fileSystemWatcher->addPath(m_watchedFile)) {