|
|
@ -130,6 +130,8 @@ UBApplication::UBApplication(const QString &id, int &argc, char **argv) : QtSing |
|
|
|
|| args.contains("log"); |
|
|
|
|| args.contains("log"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setupTranslators(args); |
|
|
|
|
|
|
|
|
|
|
|
UBResources::resources(); |
|
|
|
UBResources::resources(); |
|
|
|
|
|
|
|
|
|
|
|
if (!undoStack) |
|
|
|
if (!undoStack) |
|
|
@ -139,8 +141,6 @@ UBApplication::UBApplication(const QString &id, int &argc, char **argv) : QtSing |
|
|
|
|
|
|
|
|
|
|
|
UBSettings *settings = UBSettings::settings(); |
|
|
|
UBSettings *settings = UBSettings::settings(); |
|
|
|
|
|
|
|
|
|
|
|
setupTranslators(args); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connect(settings->appToolBarPositionedAtTop, SIGNAL(changed(QVariant)), this, SLOT(toolBarPositionChanged(QVariant))); |
|
|
|
connect(settings->appToolBarPositionedAtTop, SIGNAL(changed(QVariant)), this, SLOT(toolBarPositionChanged(QVariant))); |
|
|
|
connect(settings->appToolBarDisplayText, SIGNAL(changed(QVariant)), this, SLOT(toolBarDisplayTextChanged(QVariant))); |
|
|
|
connect(settings->appToolBarDisplayText, SIGNAL(changed(QVariant)), this, SLOT(toolBarDisplayTextChanged(QVariant))); |
|
|
|
updateProtoActionsState(); |
|
|
|
updateProtoActionsState(); |
|
|
|