qt4 sometimes doesnt display the status bar if its not created in init
This commit is contained in:
parent
48d4f614b1
commit
6ebacda15a
@ -123,6 +123,10 @@ void RclMain::init()
|
|||||||
|
|
||||||
periodictimer = new QTimer(this);
|
periodictimer = new QTimer(this);
|
||||||
|
|
||||||
|
// At least some versions of qt4 don't display the status bar if
|
||||||
|
// it's not created here.
|
||||||
|
(void)statusBar();
|
||||||
|
|
||||||
(void)new HelpClient(this);
|
(void)new HelpClient(this);
|
||||||
HelpClient::installMap(this->name(), "RCL.SEARCH.SIMPLE");
|
HelpClient::installMap(this->name(), "RCL.SEARCH.SIMPLE");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user