mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
added drag&drop support for sorting comics in lists
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#endif
|
||||
|
||||
#include <QWidget>
|
||||
#include <QMimeData>
|
||||
|
||||
#define VERSION "8.0.0"
|
||||
|
||||
@ -138,6 +139,7 @@ QString colorToName(LabelColors colors);
|
||||
QIcon noHighlightedIcon(const QString & path);
|
||||
void colorize(QImage &img, QColor &col);
|
||||
QString labelColorToRGBString(LabelColors color);
|
||||
QList<qulonglong> mimeDataToComicsIds(const QMimeData * data);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user