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
Akonadi
Commits
77c5d7dd
Verified
Commit
77c5d7dd
authored
Aug 05, 2020
by
Daniel Vrátil
🤖
Browse files
Remove mostly pointless metatypes.h
parent
45404d85
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/core/metatypes.h
deleted
100644 → 0
View file @
45404d85
/*
This file is part of kdepimlibs.
SPDX-FileCopyrightText: 2010 Will Stephenson <wstephenson@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef METATYPES_H
#define METATYPES_H
#include <QModelIndex>
#include <QMetaType>
Q_DECLARE_METATYPE
(
QModelIndex
)
#endif // METATYPES_H
src/widgets/agentactionmanager.cpp
View file @
77c5d7dd
...
...
@@ -11,8 +11,6 @@
#include "agentinstancemodel.h"
#include "agentmanager.h"
#include "agenttypedialog.h"
#include "metatypes.h"
#include <QAction>
#include <QIcon>
...
...
src/widgets/recentcollectionaction.cpp
View file @
77c5d7dd
...
...
@@ -5,7 +5,6 @@
*/
#include "recentcollectionaction_p.h"
#include "metatypes.h"
#include "entitytreemodel.h"
#include <KConfig>
#include <KConfigGroup>
...
...
src/widgets/standardactionmanager.cpp
View file @
77c5d7dd
...
...
@@ -19,7 +19,6 @@
#include "entitytreemodel.h"
#include "favoritecollectionsmodel.h"
#include "itemdeletejob.h"
#include "metatypes.h"
#include "pastehelper_p.h"
#include "specialcollectionattribute.h"
#include "collectionpropertiesdialog.h"
...
...
Write
Preview
Supports
Markdown
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