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
KCalUtils
Commits
96a84493
Commit
96a84493
authored
Oct 07, 2022
by
Laurent Montel
Browse files
Coding style
parent
65950d48
Pipeline
#243376
passed with stage
in 8 minutes and 19 seconds
Changes
18
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/testdndfactory.h
View file @
96a84493
...
...
@@ -35,4 +35,3 @@ private Q_SLOTS:
- ...
*/
};
autotests/testincidenceformatter.h
View file @
96a84493
...
...
@@ -45,4 +45,3 @@ private Q_SLOTS:
void
testFormatIcalInvitation_data
();
void
testFormatIcalInvitation
();
};
autotests/teststringify.h
View file @
96a84493
...
...
@@ -19,4 +19,3 @@ private Q_SLOTS:
void
testDateTimeStrings
();
void
testUTCoffsetStrings
();
};
autotests/testtodotooltip.h
View file @
96a84493
...
...
@@ -26,4 +26,3 @@ private Q_SLOTS:
void
testTimedRecurringDone
();
void
testPriority
();
};
src/dndfactory.h
View file @
96a84493
...
...
@@ -161,4 +161,3 @@ private:
//@endcond
};
}
src/grantlee_plugin/datetimefilters.h
View file @
96a84493
...
...
@@ -61,4 +61,3 @@ public:
private:
Q_DISABLE_COPY
(
KDateTimeFilter
)
};
src/grantlee_plugin/icon.h
View file @
96a84493
...
...
@@ -77,4 +77,3 @@ private:
QString
mAltText
;
int
mSizeOrGroup
;
};
src/grantlee_plugin/kcalendargrantleeplugin.h
View file @
96a84493
...
...
@@ -37,4 +37,3 @@ public:
QHash
<
QString
,
KTextTemplate
::
AbstractNodeFactory
*>
nodeFactories
(
const
QString
&
name
)
override
;
#endif
};
src/grantleeki18nlocalizer_p.h
View file @
96a84493
...
...
@@ -43,4 +43,3 @@ public:
private:
Q_REQUIRED_RESULT
QString
processArguments
(
const
KLocalizedString
&
str
,
const
QVariantList
&
arguments
)
const
;
};
src/grantleetemplatemanager_p.h
View file @
96a84493
...
...
@@ -61,4 +61,3 @@ private:
static
GrantleeTemplateManager
*
sInstance
;
};
src/htmlexport.h
View file @
96a84493
...
...
@@ -88,4 +88,3 @@ private:
//@endcond
};
}
src/icaldrag.h
View file @
96a84493
...
...
@@ -42,4 +42,3 @@ Q_REQUIRED_RESULT KCALUTILS_EXPORT bool canDecode(const QMimeData *);
Q_REQUIRED_RESULT
KCALUTILS_EXPORT
bool
fromMimeData
(
const
QMimeData
*
e
,
const
KCalendarCore
::
Calendar
::
Ptr
&
cal
);
}
}
src/incidenceformatter.cpp
View file @
96a84493
...
...
@@ -1768,7 +1768,8 @@ static QVariantList invitationAttachments(const Incidence::Ptr &incidence, Invit
}
//@cond PRIVATE
template
<
typename
T
>
class
KCalUtils
::
IncidenceFormatter
::
ScheduleMessageVisitor
:
public
Visitor
template
<
typename
T
>
class
KCalUtils
::
IncidenceFormatter
::
ScheduleMessageVisitor
:
public
Visitor
{
public:
bool
act
(
const
IncidenceBase
::
Ptr
&
incidence
,
const
Incidence
::
Ptr
&
existingIncidence
,
const
ScheduleMessage
::
Ptr
&
msg
,
const
QString
&
sender
)
...
...
src/incidenceformatter.h
View file @
96a84493
...
...
@@ -199,11 +199,11 @@ KCALUTILS_EXPORT QString resourceString(const KCalendarCore::Calendar::Ptr &cale
KCALUTILS_EXPORT
QString
durationString
(
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
);
class
EventViewerVisitor
;
template
<
typename
T
>
class
ScheduleMessageVisitor
;
template
<
typename
T
>
class
ScheduleMessageVisitor
;
class
InvitationHeaderVisitor
;
class
InvitationBodyVisitor
;
class
ToolTipVisitor
;
class
MailBodyVisitor
;
}
}
src/kcalutils_private_export.h
View file @
96a84493
...
...
@@ -16,4 +16,3 @@
#else
/* not compiling tests */
#define KCALUTILS_TESTS_EXPORT
#endif
src/recurrenceactions.h
View file @
96a84493
...
...
@@ -153,4 +153,3 @@ Q_REQUIRED_RESULT KCALUTILS_EXPORT int questionSelectedFutureAllCancel(const QSt
QWidget
*
parent
);
}
}
src/stringify.h
View file @
96a84493
...
...
@@ -78,4 +78,3 @@ Q_REQUIRED_RESULT KCALUTILS_EXPORT QString tzUTCOffsetStr(const QTimeZone &tz);
Q_REQUIRED_RESULT
KCALUTILS_EXPORT
QString
errorMessage
(
const
KCalendarCore
::
Exception
&
exception
);
}
// namespace Stringify
}
// namespace KCalUtils
src/vcaldrag.h
View file @
96a84493
...
...
@@ -36,4 +36,3 @@ Q_REQUIRED_RESULT KCALUTILS_EXPORT bool canDecode(const QMimeData *);
Q_REQUIRED_RESULT
KCALUTILS_EXPORT
bool
fromMimeData
(
const
QMimeData
*
e
,
const
KCalendarCore
::
Calendar
::
Ptr
&
cal
);
}
}
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