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
Akregator
Commits
5c5abc76
Commit
5c5abc76
authored
Jan 23, 2022
by
Laurent Montel
😁
Browse files
It will be removed in qt6
parent
fd9f217c
Pipeline
#127620
passed with stage
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akregratormigrateapplication.cpp
View file @
5c5abc76
...
...
@@ -5,7 +5,7 @@
*/
#include "akregratormigrateapplication.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <Kdelibs4ConfigMigrator>
AkregratorMigrateApplication
::
AkregratorMigrateApplication
()
...
...
@@ -55,3 +55,4 @@ void AkregratorMigrateApplication::initializeMigrator()
mMigrator
.
insertMigrateInfo
(
migrateInfoData
);
// TODO
}
#endif
src/akregratormigrateapplication.h
View file @
5c5abc76
...
...
@@ -6,6 +6,8 @@
#pragma once
#include <QObject>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include "akregator_export.h"
#include <PimCommon/MigrateApplicationFiles>
...
...
@@ -19,4 +21,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