~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/src/lib/language/property.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <QString>
36
36
#include <QVariant>
37
37
 
 
38
namespace qbs {
 
39
namespace Internal {
 
40
 
38
41
class Property
39
42
{
40
43
public:
73
76
 
74
77
typedef QSet<Property> PropertyList;
75
78
 
 
79
} // namespace Internal
 
80
} // namespace qbs
 
81
 
76
82
#endif // Include guard