add method to easily remove fields from table

This commit is contained in:
Peinthor Rene
2013-03-22 15:51:44 +01:00
parent f4187521ee
commit f75b361581
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ public:
QString sql() const;
void addField(const FieldPtr& f);
bool removeField(const QString& sFieldName);
void setFields(const FieldVector& fields);
void clear();
/**