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
Grantlee Editor
Commits
7f8d4bed
Commit
7f8d4bed
authored
Mar 31, 2021
by
Laurent Montel
😁
Browse files
GIt_SILENT: using pragma once directly
parent
c5cbe8f0
Pipeline
#56064
skipped
Changes
41
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contactprintthemeeditor/contactprintthemeconfiguredialog.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTPRINTTHEMECONFIGUREDIALOG_H
#define CONTACTPRINTTHEMECONFIGUREDIALOG_H
#pragma once
#include <QDialog>
...
...
@@ -41,4 +40,3 @@ private:
Akonadi
::
AkonadiContactEditor
*
mDefaultContact
=
nullptr
;
};
#endif
contactprintthemeeditor/contactprintthemeeditorutil.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMEEDITORUTIL_H
#define THEMEEDITORUTIL_H
#pragma once
#include <QString>
...
...
@@ -17,4 +16,3 @@ public:
Q_REQUIRED_RESULT
QString
defaultTemplate
()
const
;
};
#endif // THEMEEDITORUTIL_H
contactprintthemeeditor/contactprintthemepreview.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTPRINTTHEMEPREVIEW_H
#define CONTACTPRINTTHEMEPREVIEW_H
#pragma once
#include <QWidget>
...
...
@@ -37,4 +36,3 @@ private:
QWebEngineView
*
mViewer
=
nullptr
;
};
#endif // CONTACTPRINTTHEMEPREVIEW_H
contactprintthemeeditor/defaultcompletion.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef DEFAULTCOMPLETION_H
#define DEFAULTCOMPLETION_H
#pragma once
#include <QStringList>
...
...
@@ -15,4 +14,3 @@ Q_REQUIRED_RESULT QStringList defaultCompetion();
Q_REQUIRED_RESULT
QStringList
defaultOptions
();
}
#endif // DEFAULTCOMPLETION_H
contactprintthemeeditor/editorpage.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef EDITORPAGE_H
#define EDITORPAGE_H
#pragma once
#include "grantleethemeeditor/editorpage.h"
...
...
@@ -34,4 +33,3 @@ private:
QSplitter
*
mWidgetSplitter
=
nullptr
;
};
#endif // EDITORPAGE_H
contactprintthemeeditor/themedefaulttemplate.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMEDEFAULTTEMPLATE_H
#define THEMEDEFAULTTEMPLATE_H
#pragma once
#include <PimCommon/TemplateListWidget>
...
...
@@ -14,4 +13,3 @@ namespace ThemeDefaultTemplate
Q_REQUIRED_RESULT
QVector
<
PimCommon
::
defaultTemplate
>
defaultTemplates
();
}
#endif // THEMEDEFAULTTEMPLATE_H
contactprintthemeeditor/themeeditormainwindow.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMEEDITORMAINWINDOW_H
#define THEMEEDITORMAINWINDOW_H
#pragma once
#include <KXmlGuiWindow>
...
...
@@ -69,4 +68,3 @@ private:
KRecentFilesAction
*
mRecentFileAction
=
nullptr
;
};
#endif // THEMEEDITORMAINWINDOW_H
contactprintthemeeditor/themeeditorpage.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMEEDITORPAGE_H
#define THEMEEDITORPAGE_H
#pragma once
#include <QWidget>
...
...
@@ -66,4 +65,3 @@ private:
bool
mChanged
=
false
;
};
#endif // THEMEEDITORPAGE_H
contactprintthemeeditor/themeeditorwidget.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMEEDITORWIDGET_H
#define THEMEEDITORWIDGET_H
#pragma once
#include "grantleethemeeditor/editorwidget.h"
class
ThemeEditorWidget
:
public
GrantleeThemeEditor
::
EditorWidget
...
...
@@ -19,4 +18,3 @@ public Q_SLOTS:
void
createCompleterList
(
const
QStringList
&
extraCompletion
=
QStringList
())
override
;
};
#endif // THEMEEDITORWIDGET_H
contactprintthemeeditor/themetemplatewidget.h
View file @
7f8d4bed
...
...
@@ -4,8 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef THEMETEMPLATEWIDGET_H
#define THEMETEMPLATEWIDGET_H
#pragma once
#include <PimCommon/TemplateListWidget>
#include <QWidget>
...
...
@@ -34,4 +33,3 @@ private:
ThemeTemplateListWidget
*
mListTemplate
=
nullptr
;
};
#endif // THEMETEMPLATEWIDGET_H
contactthemeeditor/contactconfigurationdialog.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTCONFIGURATIONDIALOG_H
#define CONTACTCONFIGURATIONDIALOG_H
#pragma once
#include <QDialog>
...
...
@@ -40,4 +39,3 @@ private:
Akonadi
::
AkonadiContactEditor
*
mDefaultContact
=
nullptr
;
};
#endif // CONTACTCONFIGURATIONDIALOG_H
contactthemeeditor/contactdefaulttemplate.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTDEFAULTTEMPLATE_H
#define CONTACTDEFAULTTEMPLATE_H
#pragma once
#include <PimCommon/TemplateListWidget>
...
...
@@ -13,4 +12,3 @@ namespace ContactDefaultTemplate
Q_REQUIRED_RESULT
QVector
<
PimCommon
::
defaultTemplate
>
contactTemplates
();
}
#endif // CONTACTDEFAULTTEMPLATE_H
contactthemeeditor/contacteditormainwindow.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTEDITORMAINWINDOW_H
#define CONTACTEDITORMAINWINDOW_H
#pragma once
#include <KXmlGuiWindow>
...
...
@@ -68,4 +67,3 @@ private:
KRecentFilesAction
*
mRecentFileAction
=
nullptr
;
};
#endif // CONTACTEDITORMAINWINDOW_H
contactthemeeditor/contacteditorpage.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTEDITORPAGE_H
#define CONTACTEDITORPAGE_H
#pragma once
#include <QWidget>
...
...
@@ -71,4 +70,3 @@ private:
bool
mChanged
=
false
;
};
#endif // CONTACTEDITORPAGE_H
contactthemeeditor/contacteditorutil.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTEDITORUTIL_H
#define CONTACTEDITORUTIL_H
#pragma once
#include <QString>
...
...
@@ -15,4 +14,3 @@ public:
Q_REQUIRED_RESULT
QString
defaultContact
()
const
;
};
#endif
contactthemeeditor/contacteditorwidget.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTEDITORWIDGET_H
#define CONTACTEDITORWIDGET_H
#pragma once
#include "grantleethemeeditor/editorwidget.h"
class
ContactEditorWidget
:
public
GrantleeThemeEditor
::
EditorWidget
...
...
@@ -18,4 +17,3 @@ public Q_SLOTS:
void
createCompleterList
(
const
QStringList
&
extraCompletion
=
QStringList
())
override
;
};
#endif // CONTACTEDITORWIDGET_H
contactthemeeditor/contactpreviewwidget.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTPREVIEWWIDGET_H
#define CONTACTPREVIEWWIDGET_H
#pragma once
#include <QWidget>
...
...
@@ -47,4 +46,3 @@ private:
QTabWidget
*
mTabWidget
=
nullptr
;
};
#endif // CONTACTPREVIEWWIDGET_H
contactthemeeditor/contacttemplatewidget.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CONTACTTEMPLATEWIDGET_H
#define CONTACTTEMPLATEWIDGET_H
#pragma once
#include <PimCommon/TemplateListWidget>
#include <QWidget>
...
...
@@ -33,4 +32,3 @@ private:
ContactTemplateListWidget
*
mListTemplate
=
nullptr
;
};
#endif // CONTACTTEMPLATEWIDGET_H
contactthemeeditor/defaultcompletion.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef DEFAULTCOMPLETION_H
#define DEFAULTCOMPLETION_H
#pragma once
#include <QStringList>
...
...
@@ -14,4 +13,3 @@ Q_REQUIRED_RESULT QStringList defaultCompetion();
Q_REQUIRED_RESULT
QStringList
defaultOptions
();
}
#endif // DEFAULTCOMPLETION_H
contactthemeeditor/editorpage.h
View file @
7f8d4bed
...
...
@@ -3,8 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef EDITORPAGE_H
#define EDITORPAGE_H
#pragma once
#include "grantleethemeeditor/editorpage.h"
...
...
@@ -32,4 +31,3 @@ private:
QSplitter
*
mWidgetSplitter
=
nullptr
;
};
#endif // EDITORPAGE_H
Prev
1
2
3
Next
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