Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAddressBook
Commits
04f67736
Commit
04f67736
authored
Jan 23, 2022
by
Laurent Montel
😁
Browse files
It's removed in qt6
parent
33b21a1a
Pipeline
#127618
passed with stage
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kaddressbookmigrateapplication.cpp
View file @
04f67736
...
...
@@ -3,8 +3,8 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "kaddressbookmigrateapplication.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <Kdelibs4ConfigMigrator>
...
...
@@ -64,3 +64,4 @@ void KAddressBookMigrateApplication::initializeMigrator()
// TODO add folder to migrate
}
#endif
src/kaddressbookmigrateapplication.h
View file @
04f67736
...
...
@@ -5,8 +5,9 @@
*/
#pragma once
#include "kaddressbook_export.h"
#include <QObject>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <PimCommon/MigrateApplicationFiles>
class
KADDRESSBOOK_EXPORT
KAddressBookMigrateApplication
...
...
@@ -19,4 +20,4 @@ private:
void
initializeMigrator
();
PimCommon
::
MigrateApplicationFiles
mMigrator
;
};
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment