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
Krita
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
Tusooa Zhu
Krita
Commits
5271ab95
Commit
5271ab95
authored
Nov 06, 2013
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In libs/ add some more explicit keywords where useful
parent
0b40473a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
libs/db/tableviewcolumn.h
libs/db/tableviewcolumn.h
+1
-1
libs/db/validator.h
libs/db/validator.h
+1
-1
libs/kopageapp/widgets/KoPABackgroundFillWidget.h
libs/kopageapp/widgets/KoPABackgroundFillWidget.h
+1
-1
libs/main/KoApplication.h
libs/main/KoApplication.h
+1
-1
libs/main/KoPrintingDialog_p.h
libs/main/KoPrintingDialog_p.h
+1
-1
No files found.
libs/db/tableviewcolumn.h
View file @
5271ab95
...
...
@@ -41,7 +41,7 @@ public:
/*! Not db-aware ctor. if \a owner is true, the field \a will be owned by this column,
so you shouldn't care about destroying this field. */
TableViewColumn
(
Field
&
f
,
bool
owner
=
false
);
explicit
TableViewColumn
(
Field
&
f
,
bool
owner
=
false
);
/*! Not db-aware, convenience ctor, like above. The field is created using specified parameters that are
equal to these accepted by KexiDB::Field ctor. The column will be the owner
...
...
libs/db/validator.h
View file @
5271ab95
...
...
@@ -45,7 +45,7 @@ class CALLIGRADB_EXPORT Validator : public QValidator
public:
enum
Result
{
Error
=
0
,
Ok
=
1
,
Warning
=
2
};
Validator
(
QObject
*
parent
=
0
);
explicit
Validator
(
QObject
*
parent
=
0
);
virtual
~
Validator
();
...
...
libs/kopageapp/widgets/KoPABackgroundFillWidget.h
View file @
5271ab95
...
...
@@ -31,7 +31,7 @@ class KoPAViewBase;
class
KOPAGEAPP_EXPORT
KoPABackgroundFillWidget
:
public
KoFillConfigWidget
{
public:
KoPABackgroundFillWidget
(
QWidget
*
parent
);
explicit
KoPABackgroundFillWidget
(
QWidget
*
parent
);
void
setView
(
KoPAViewBase
*
view
);
...
...
libs/main/KoApplication.h
View file @
5271ab95
...
...
@@ -57,7 +57,7 @@ public:
*
* @param nativeMimeType: the nativeMimeType of the calligra application
*/
KoApplication
(
const
QByteArray
&
nativeMimeType
);
explicit
KoApplication
(
const
QByteArray
&
nativeMimeType
);
/**
* Destructor.
...
...
libs/main/KoPrintingDialog_p.h
View file @
5271ab95
...
...
@@ -44,7 +44,7 @@
class
KoPrintingDialogPrivate
{
public:
KoPrintingDialogPrivate
(
KoPrintingDialog
*
dia
)
explicit
KoPrintingDialogPrivate
(
KoPrintingDialog
*
dia
)
:
parent
(
dia
),
stop
(
true
),
shapeManager
(
0
),
...
...
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