Hide unused warnings

This commit is contained in:
Arin Alexander
2016-10-18 15:00:26 +03:00
parent 8ed24f9f75
commit ebde2c1c20
35 changed files with 75 additions and 57 deletions

View File

@@ -33,6 +33,8 @@
#include <QObject>
#include <QMetaType>
#include "lrglobal.h"
class ACollectionProperty{
public:
ACollectionProperty(){}
@@ -43,7 +45,7 @@ Q_DECLARE_METATYPE(ACollectionProperty)
namespace LimeReport{
const int COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
const int VARIABLE_IS_NOT_USED COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
class ICollectionContainer{
public:
virtual QObject* createElement(const QString& collectionName,const QString& elementType)=0;