summaryrefslogtreecommitdiffstats
path: root/src/debugging/TSLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugging/TSLogger.h')
-rw-r--r--src/debugging/TSLogger.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/debugging/TSLogger.h b/src/debugging/TSLogger.h
index 5cbe4c9..261398c 100644
--- a/src/debugging/TSLogger.h
+++ b/src/debugging/TSLogger.h
@@ -49,22 +49,22 @@ namespace tschweitzer
void openLogFileFolder();
private:
- Ui::TSLoggerDialog *_TSLoggerDialogForm;
+ Ui::TSLoggerDialog *m_TSLoggerDialogForm;
enum LogFileInitState
{
NOTINITIALZED,
INITIALIZING,
INITIALZED
- } _logFileInitState;
+ } m_logFileInitState;
TSLogger(int verboseLevel);
void writeToLogFile(const TQString &message);
- static TSLogger *_instance;
- TQtMsgType _verboseLevel;
- TQFile _logFile;
- TQStringList _messageQueue;
+ static TSLogger *m_instance;
+ TQtMsgType m_verboseLevel;
+ TQFile m_logFile;
+ TQStringList m_messageQueue;
};
}
} // namespace tschweitzer::debugging