mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
fix compil
This commit is contained in:
parent
6f08430661
commit
24a5dbf6ab
1 changed files with 3 additions and 1 deletions
|
|
@ -95,6 +95,8 @@
|
|||
|
||||
DEFINE_ABSTRACT_OBJECT(App)
|
||||
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
const QString AutoStartDirectory(QDir::homePath().append(QStringLiteral("/.config/autostart/")));
|
||||
const QString ApplicationsDirectory(QDir::homePath().append(QStringLiteral("/.local/share/applications/")));
|
||||
|
|
@ -528,7 +530,7 @@ void App::initCore() {
|
|||
if (mSettings) setLocale(mSettings->getConfigLocale());
|
||||
});
|
||||
}
|
||||
const QUrl url(u"qrc:/qt/qml/Linphone/view/Page/Window/Main/MainWindow.qml"_qs);
|
||||
const QUrl url(u"qrc:/qt/qml/Linphone/view/Page/Window/Main/MainWindow.qml"_s);
|
||||
QObject::connect(
|
||||
mEngine, &QQmlApplicationEngine::objectCreated, this,
|
||||
[this, url, coreStarted](QObject *obj, const QUrl &objUrl) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue