tagmodel.cpp 92 B

12345
  1. #include "tagmodel.h"
  2. TagModel::TagModel(QObject* parent) : UniversalListModel(parent)
  3. {
  4. }