From 76a307d0d82e23679602aec81258fb83faf37100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 14 Jan 2021 19:11:25 +0100 Subject: [PATCH] Remove comments --- YACReaderLibrary/db/comic_model.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/YACReaderLibrary/db/comic_model.h b/YACReaderLibrary/db/comic_model.h index b15e50e7..40f14517 100644 --- a/YACReaderLibrary/db/comic_model.h +++ b/YACReaderLibrary/db/comic_model.h @@ -16,7 +16,6 @@ class ComicItem; using namespace YACReader; -//! [0] class ComicModel : public QAbstractItemModel { Q_OBJECT @@ -164,6 +163,5 @@ signals: void resortedIndexes(QList); void newSelectedIndex(const QModelIndex &); }; -//! [0] #endif