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;
|
||||
|
||||
//! [0]
|
||||
class ComicModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -164,6 +163,5 @@ signals:
|
||||
void resortedIndexes(QList<int>);
|
||||
void newSelectedIndex(const QModelIndex &);
|
||||
};
|
||||
//! [0]
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user