@@ -114,25 +114,21 @@ void FunctionDialog::setMonitorFunction(void)
114
114
// /////////////////////////////////////////////////////////////////////////////
115
115
116
116
ZMConsole::ZMConsole (MythScreenStack *parent)
117
- :MythScreenType(parent, " zmconsole" )
117
+ :MythScreenType(parent, " zmconsole" ),
118
+ m_currentMonitor(0 ), m_monitorListSize(0 ), m_monitorList(NULL ),
119
+ m_monitor_list(NULL ), m_running_text(NULL ), m_status_text(NULL ),
120
+ m_time_text(NULL ), m_date_text(NULL ), m_load_text(NULL ),
121
+ m_disk_text(NULL ), m_functionDialog(NULL ),
122
+ m_popupStack(GetMythMainWindow()->GetStack(" popup stack" )),
123
+ m_timeTimer(new QTimer(this )), m_updateTimer(new QTimer(this ))
118
124
{
119
- m_monitorListSize = 0 ;
120
- m_currentMonitor = 0 ;
121
-
122
- m_monitorList = NULL ;
123
-
124
125
m_timeFormat = gCoreContext ->GetSetting (" TimeFormat" , " h:mm AP" );
125
126
126
- m_timeTimer = new QTimer (this );
127
127
connect (m_timeTimer, SIGNAL (timeout ()), this ,
128
128
SLOT (updateTime ()));
129
129
130
- m_updateTimer = new QTimer (this );
131
130
connect (m_updateTimer, SIGNAL (timeout ()), this ,
132
131
SLOT (updateStatus ()));
133
-
134
- m_popupStack = GetMythMainWindow ()->GetStack (" popup stack" );
135
- m_functionDialog = NULL ;
136
132
}
137
133
138
134
ZMConsole::~ZMConsole ()
0 commit comments