Skip to content
Snippets Groups Projects
Commit fef02649 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix warnings about struct/class mixup

I know that we agreed to always use class, but ossi and dt both
prefer struct here.
parent 9b18a58a
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class ProFile; class ProFile;
class ProFileOption; struct ProFileOption;
QT_END_NAMESPACE QT_END_NAMESPACE
namespace Qt4ProjectManager { namespace Qt4ProjectManager {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment