mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Socket Interface: Comments and debug message possibilities
This commit is contained in:
@@ -52,12 +52,13 @@ public:
|
||||
void startMonitorWorkProcess(caf::UiProcess* process);
|
||||
void stopMonitorWorkProcess();
|
||||
|
||||
void addStringToLog(const QString& text);
|
||||
|
||||
public slots:
|
||||
void slotClearTextEdit();
|
||||
|
||||
private:
|
||||
void setStatusMsg(const QString& status, int messageType);
|
||||
void addStringToLog(const QString& text);
|
||||
|
||||
private slots:
|
||||
void slotShowProcStatusMsg(const QString& message, int messageType);
|
||||
|
||||
Reference in New Issue
Block a user