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
Marco Bubke
flatpak-qt-creator
Commits
0814beae
Commit
0814beae
authored
Jul 28, 2009
by
Thiago Macieira
Browse files
Remove superfluous commas and semi-colons
parent
86798b4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/pathchooser.h
View file @
0814beae
...
...
@@ -62,7 +62,7 @@ public:
enum
Kind
{
Directory
,
File
,
Command
,
Command
// ,Any
};
...
...
src/plugins/coreplugin/filemanager.h
View file @
0814beae
...
...
@@ -152,7 +152,7 @@ public:
private:
QList
<
IFile
*>
m_files
;
bool
m_reload
;
Q_DISABLE_COPY
(
FileChangeBlocker
)
;
Q_DISABLE_COPY
(
FileChangeBlocker
)
};
}
// namespace Core
...
...
src/plugins/find/ifindsupport.h
View file @
0814beae
...
...
@@ -48,7 +48,7 @@ public:
FindWholeWords
=
0x04
,
FindRegularExpression
=
0x08
};
Q_DECLARE_FLAGS
(
FindFlags
,
FindFlag
)
;
Q_DECLARE_FLAGS
(
FindFlags
,
FindFlag
)
IFindSupport
()
:
QObject
(
0
)
{}
virtual
~
IFindSupport
()
{}
...
...
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