mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove comments
This commit is contained in:
parent
6bb64c5467
commit
76a307d0d8
@ -16,7 +16,6 @@ class ComicItem;
|
|||||||
|
|
||||||
using namespace YACReader;
|
using namespace YACReader;
|
||||||
|
|
||||||
//! [0]
|
|
||||||
class ComicModel : public QAbstractItemModel
|
class ComicModel : public QAbstractItemModel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -164,6 +163,5 @@ signals:
|
|||||||
void resortedIndexes(QList<int>);
|
void resortedIndexes(QList<int>);
|
||||||
void newSelectedIndex(const QModelIndex &);
|
void newSelectedIndex(const QModelIndex &);
|
||||||
};
|
};
|
||||||
//! [0]
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user