src/mainWindow.cc

changeset 857
e62983881460
parent 852
cbd89b33f70d
child 858
b6b1afacb7c1
equal deleted inserted replaced
856:6bdc03091441 857:e62983881460
121 loadShortcuts (Config::SettingsObject()); 121 loadShortcuts (Config::SettingsObject());
122 setMinimumSize (300, 200); 122 setMinimumSize (300, 200);
123 connect (qApp, SIGNAL (aboutToQuit()), this, SLOT (slot_lastSecondCleanup())); 123 connect (qApp, SIGNAL (aboutToQuit()), this, SLOT (slot_lastSecondCleanup()));
124 } 124 }
125 125
126 MainWindow::~MainWindow()
127 {
128 g_win = null;
129 }
130
126 // ============================================================================= 131 // =============================================================================
127 // 132 //
128 void MainWindow::slot_action() 133 void MainWindow::slot_action()
129 { 134 {
130 // Get the name of the sender object and use it to compose the slot name, 135 // Get the name of the sender object and use it to compose the slot name,

mercurial