Go to the documentation of this file.
20 #ifndef __CMDLOG_INC__
21 #define __CMDLOG_INC__
28 #include <QMainWindow>
30 #include "ui_cmdlog.h"
58 class CmdLog :
public QWidget,
public MemTrack {
98 explicit CmdLog ( QWidget * parent );
114 void executeCommand (
void );
139 #endif // __CMDLOG_INC__