Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
90848b89
Commit
90848b89
authored
15 years ago
by
Oswald Buddenhagen
Browse files
Options
Downloads
Patches
Plain Diff
no point in ProFile being a QObject
cherry-pick of 9392acd40fc0102b6924c286fd6dbbc32244365b from qt
parent
4bf3d32f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/shared/proparser/proitems.h
+1
-4
1 addition, 4 deletions
src/shared/proparser/proitems.h
with
1 addition
and
4 deletions
src/shared/proparser/proitems.h
+
1
−
4
View file @
90848b89
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#ifndef PROITEMS_H
#ifndef PROITEMS_H
#define PROITEMS_H
#define PROITEMS_H
#include
<QtCore/QObject>
#include
<QtCore/QString>
#include
<QtCore/QString>
#include
<QtCore/QList>
#include
<QtCore/QList>
...
@@ -210,10 +209,8 @@ private:
...
@@ -210,10 +209,8 @@ private:
OperatorKind
m_operatorKind
;
OperatorKind
m_operatorKind
;
};
};
class
ProFile
:
public
QObject
,
public
ProBlock
class
ProFile
:
public
ProBlock
{
{
Q_OBJECT
public:
public:
explicit
ProFile
(
const
QString
&
fileName
);
explicit
ProFile
(
const
QString
&
fileName
);
~
ProFile
();
~
ProFile
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment