mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
added rating feature
This commit is contained in:
@ -58,6 +58,7 @@ public slots:
|
||||
void remove(int row);
|
||||
void startTransaction();
|
||||
void finishTransaction();
|
||||
void updateRating(int rating, QModelIndex mi);
|
||||
|
||||
private:
|
||||
void setupModelData( QSqlQuery &sqlquery);
|
||||
|
Reference in New Issue
Block a user