Changeset - 285fe4e37252
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-05-28 10:15:58
hy@ozderya.net
show messages on the status bar too
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
mainwindow.cpp
Show inline comments
 
@@ -606,5 +606,6 @@ void MainWindow::messageHandler(QtMsgTyp
 
                                const QString &msg)
 
{
 
    ui->ptLog->appendPlainText(msg);
 
    ui->statusBar->showMessage(msg, 5000);
 
    std::cerr << msg.toStdString() << std::endl;
 
}
0 comments (0 inline, 0 general)