Merge branch 'master' of https://github.com/olive-editor/olive into furtherocio

This commit is contained in:
itsmattkc
2019-03-16 20:45:19 +11:00
4 changed files with 3940 additions and 321 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ int main(int argc, char *argv[]) {
a.setWindowIcon(QIcon(":/icons/olive64.png"));
// start media icon service (uses QPixmaps which require a QGuiApplication to have been created)
olive::media_icon_service = std::make_unique<MediaIconService>();
olive::media_icon_service = std::unique_ptr<MediaIconService>(new MediaIconService());
// set app name data
QCoreApplication::setOrganizationName("olivevideoeditor.org");
+1
View File
@@ -314,6 +314,7 @@ TRANSLATIONS += \
ts/olive_cs.ts \
ts/olive_ar.ts \
ts/olive_ru.ts \
ts/olive_uk.ts \
ts/olive_bs.ts \
ts/olive_sr.ts
+407 -320
View File
File diff suppressed because it is too large Load Diff
+3531
View File
File diff suppressed because it is too large Load Diff