mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Faster Qt startup
--HG-- branch : develop
This commit is contained in:
parent
cda8c650a5
commit
fd950a692b
2 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include "../shared_widgets/common.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
|
@ -25,6 +27,7 @@ int main(int argc, char *argv[])
|
|||
// the specific initialization routines you do not need.
|
||||
NLMISC::CApplicationContext myApplicationContext;
|
||||
|
||||
NLQT::preApplication();
|
||||
Q_INIT_RESOURCE(tile_edit_qt);
|
||||
QApplication app(argc, argv);
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "../../3d/shared_widgets/common.h"
|
||||
|
||||
class CCmdLineParser
|
||||
{
|
||||
public:
|
||||
|
@ -105,6 +107,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
NLQT::preApplication();
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QApplication::setWindowIcon(QIcon(":/icons/nevraxpill.ico"));
|
||||
|
|
Loading…
Reference in a new issue