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
434971b2
Commit
434971b2
authored
Aug 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file_new_contact doesn't exist as action
parent
a0ef35a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
akregator/kontactplugin/akregator_plugin.cpp
akregator/kontactplugin/akregator_plugin.cpp
+0
-5
akregator/kontactplugin/akregator_plugin.h
akregator/kontactplugin/akregator_plugin.h
+0
-1
No files found.
akregator/kontactplugin/akregator_plugin.cpp
View file @
434971b2
...
...
@@ -78,11 +78,6 @@ bool AkregatorPlugin::isRunningStandalone() const
return
mUniqueAppWatcher
->
isRunningStandalone
();
}
QStringList
AkregatorPlugin
::
invisibleToolbarActions
()
const
{
return
QStringList
()
<<
QStringLiteral
(
"file_new_contact"
);
}
OrgKdeAkregatorPartInterface
*
AkregatorPlugin
::
interface
()
{
if
(
!
m_interface
)
{
...
...
akregator/kontactplugin/akregator_plugin.h
View file @
434971b2
...
...
@@ -59,7 +59,6 @@ public:
OrgKdeAkregatorPartInterface
*
interface
();
QStringList
invisibleToolbarActions
()
const
Q_DECL_OVERRIDE
;
bool
isRunningStandalone
()
const
Q_DECL_OVERRIDE
;
void
readProperties
(
const
KConfigGroup
&
config
)
Q_DECL_OVERRIDE
;
void
saveProperties
(
KConfigGroup
&
config
)
Q_DECL_OVERRIDE
;
...
...
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