Skip to content

Commit

Permalink
qmake: mark VCProjectSingleConfig as movable
Browse files Browse the repository at this point in the history
Has a few too many fields for defining a member-swap
(which would be required to mark it shared).

Change-Id: Iecbeec9e60a9884cb4a984c58cb192918cef799d
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
marc-kdab committed Aug 16, 2016
1 parent 365a65d commit aa11287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmake/generators/win32/msvc_objectmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ class VCProjectSingleConfig
const VCFilter &filterByName(const QString &name) const;
const VCFilter &filterForExtraCompiler(const QString &compilerName) const;
};
Q_DECLARE_TYPEINFO(VCProjectSingleConfig, Q_MOVABLE_TYPE);

// Tree & Flat view of files --------------------------------------------------
class VCFilter;
Expand Down

0 comments on commit aa11287

Please sign in to comment.