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
993891fb
Commit
993891fb
authored
May 20, 2010
by
Friedemann Kleint
Browse files
Fix compiler warning.
parent
48db93a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/generichighlighter/manager.cpp
View file @
993891fb
...
...
@@ -63,6 +63,10 @@ using namespace Internal;
Manager
::
Manager
()
{}
Manager
::~
Manager
()
{
}
Manager
*
Manager
::
instance
()
{
static
Manager
manager
;
...
...
src/plugins/texteditor/generichighlighter/manager.h
View file @
993891fb
...
...
@@ -53,7 +53,8 @@ class HighlightDefinition;
class
Manager
:
public
QObject
{
Q_OBJECT
public:
public:
virtual
~
Manager
();
static
Manager
*
instance
();
QString
definitionIdByName
(
const
QString
&
name
)
const
;
...
...
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