Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Console
Commits
043f3c94
Commit
043f3c94
authored
Oct 07, 2022
by
Laurent Montel
Browse files
Coding style
parent
f0b5efbe
Pipeline
#243379
passed with stage
in 2 minutes and 48 seconds
Changes
42
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/jobtrackermodeltest.h
View file @
043f3c94
...
...
@@ -24,4 +24,3 @@ private Q_SLOTS:
void
shouldHandleReset
();
void
shouldHandleDuplicateJob
();
};
autotests/jobtrackersearchwidgettest.h
View file @
043f3c94
...
...
@@ -20,4 +20,3 @@ private Q_SLOTS:
void
shouldEmitColumnChanged
();
void
shouldEmitSelectOnlyErrorChanged
();
};
autotests/jobtrackertest.h
View file @
043f3c94
...
...
@@ -23,4 +23,3 @@ private Q_SLOTS:
void
shouldHandleJobStart
();
void
shouldHandleJobEnd
();
};
src/agentconfigdialog.h
View file @
043f3c94
...
...
@@ -27,4 +27,3 @@ private:
AgentConfigModel
*
const
m_model
;
Akonadi
::
AgentInstance
m_instance
;
};
src/agentconfigmodel.h
View file @
043f3c94
...
...
@@ -36,4 +36,3 @@ private:
QVector
<
QPair
<
QString
,
QVariant
>>
m_settings
;
QDBusInterface
*
m_interface
=
nullptr
;
};
src/agentwidget.h
View file @
043f3c94
...
...
@@ -60,4 +60,3 @@ private:
QMenu
*
mSyncMenu
,
*
mConfigMenu
;
Akonadi
::
AgentInstance
mCloneSource
;
};
src/akonadibrowsermodel.h
View file @
043f3c94
...
...
@@ -60,4 +60,3 @@ protected:
private:
AkonadiBrowserModel
*
const
mBrowserModel
;
};
src/browserwidget.h
View file @
043f3c94
...
...
@@ -24,7 +24,8 @@ class KXmlGuiWindow;
class
AkonadiBrowserModel
;
template
<
typename
T
>
class
KViewStateMaintainer
;
template
<
typename
T
>
class
KViewStateMaintainer
;
namespace
Akonadi
{
...
...
@@ -108,4 +109,3 @@ private:
CalendarSupport
::
IncidenceViewer
*
mIncidenceView
=
nullptr
;
MessageViewer
::
Viewer
*
mMailView
=
nullptr
;
};
src/collectionaclpage.h
View file @
043f3c94
...
...
@@ -22,4 +22,3 @@ public:
private:
Ui
::
CollectionAclPage
ui
;
};
src/collectionattributespage.h
View file @
043f3c94
...
...
@@ -33,4 +33,3 @@ private:
QSet
<
QString
>
mDeleted
;
QSet
<
QString
>
mChanged
;
};
src/collectioninternalspage.h
View file @
043f3c94
...
...
@@ -22,4 +22,3 @@ public:
private:
Ui
::
CollectionInternalsPage
ui
;
};
src/connectionpage.h
View file @
043f3c94
...
...
@@ -50,4 +50,3 @@ private:
const
QString
mIdentifier
;
bool
mShowAllConnections
=
false
;
};
src/dbbrowser.h
View file @
043f3c94
...
...
@@ -24,4 +24,3 @@ private:
Ui
::
DbBrowser
ui
;
QSqlTableModel
*
mTableModel
=
nullptr
;
};
src/dbconsole.h
View file @
043f3c94
...
...
@@ -50,4 +50,3 @@ private:
QSqlQueryModel
*
mQueryModel
=
nullptr
;
int
mIndex
;
};
src/debugfiltermodel.h
View file @
043f3c94
...
...
@@ -32,4 +32,3 @@ private:
QSet
<
QString
>
mCheckedSenders
;
QTimer
mInvalidateTimer
;
};
src/debugmodel.h
View file @
043f3c94
...
...
@@ -59,4 +59,3 @@ private:
QStandardItemModel
*
mSenderFilterModel
=
nullptr
;
QMap
<
QString
,
QString
>
mSenderCache
;
};
src/debugwidget.h
View file @
043f3c94
...
...
@@ -38,4 +38,3 @@ private:
ConnectionPage
*
mConnectionPage
=
nullptr
;
org
::
freedesktop
::
Akonadi
::
DebugInterface
*
mDebugInterface
=
nullptr
;
};
src/instanceselector.h
View file @
043f3c94
...
...
@@ -41,4 +41,3 @@ private:
QString
m_instance
;
MainWindow
*
mWindow
=
nullptr
;
};
src/jobtracker.h
View file @
043f3c94
...
...
@@ -114,4 +114,3 @@ private:
private:
std
::
unique_ptr
<
JobTrackerPrivate
>
const
d
;
};
src/jobtrackerfilterproxymodel.h
View file @
043f3c94
...
...
@@ -26,4 +26,3 @@ private:
int
mSearchColumn
=
-
1
;
bool
mShowOnlyFailed
=
false
;
};
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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