Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
652d6a75
Commit
652d6a75
authored
Dec 18, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use QHash
parent
f73f8415
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
kaddressbook/xxport/shared/xxport.h
kaddressbook/xxport/shared/xxport.h
+2
-2
kmail/foldershortcutactionmanager.h
kmail/foldershortcutactionmanager.h
+2
-2
No files found.
kaddressbook/xxport/shared/xxport.h
View file @
652d6a75
...
...
@@ -22,7 +22,7 @@
#include <KABC/Addressee>
#include <QtCore/Q
Map
>
#include <QtCore/Q
Hash
>
/**
* @short The base class for all import/export modules.
...
...
@@ -82,7 +82,7 @@ protected:
private:
QWidget
*
mParentWidget
;
Q
Map
<
QString
,
QString
>
mOptions
;
Q
Hash
<
QString
,
QString
>
mOptions
;
};
#endif
kmail/foldershortcutactionmanager.h
View file @
652d6a75
...
...
@@ -24,7 +24,7 @@
#include <Akonadi/Entity>
#include <Akonadi/Collection>
#include <Q
Map
>
#include <Q
Hash
>
#include <QModelIndex>
#include <QObject>
...
...
@@ -84,7 +84,7 @@ private slots:
private:
void
updateShortcutsForIndex
(
const
QModelIndex
&
parent
,
int
start
,
int
end
);
Q
Map
<
Akonadi
::
Entity
::
Id
,
FolderShortcutCommand
*
>
mFolderShortcutCommands
;
Q
Hash
<
Akonadi
::
Entity
::
Id
,
FolderShortcutCommand
*
>
mFolderShortcutCommands
;
KActionCollection
*
mActionCollection
;
QWidget
*
mParent
;
};
...
...
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