Implemented remove rows.
[emufront] / src / db / emufrontfileobjectmodel.h
index f29235f..3a8a4f5 100644 (file)
@@ -30,6 +30,7 @@ public:
     Qt::ItemFlags flags(const QModelIndex &index) const;
     bool setData(const QModelIndex &index, const QVariant &value, int role);
     bool insertRows(int row, int count, const QModelIndex &parent);
+    bool removeRows(int row, int count, const QModelIndex &parent);
     enum {
         EmuFrontFileObject_Id,
         EmuFrontFileObject_Name,