|
BibleTime
|
#include "btbookshelftreemodel.h"#include <QByteArray>#include <QDataStream>#include <QDebug>#include <QModelIndexList>#include <QPair>#include <QtCompilerDetection>#include <QtGlobal>#include <type_traits>#include <utility>#include "../../util/btassert.h"#include "../../util/btconnect.h"#include "../config/btconfigcore.h"#include "../drivers/btconstmoduleset.h"#include "../drivers/btmoduleset.h"#include "categoryitem.h"#include "indexingitem.h"#include "languageitem.h"#include "moduleitem.h"Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &os, BtBookshelfTreeModel::Grouping const &o) |
| QDataStream & | operator>> (QDataStream &is, BtBookshelfTreeModel::Grouping &o) |
| QDataStream & operator<< | ( | QDataStream & | os, |
| BtBookshelfTreeModel::Grouping const & | o | ||
| ) |
Definition at line 620 of file btbookshelftreemodel.cpp.
References BtBookshelfTreeModel::Grouping::list().
| QDataStream & operator>> | ( | QDataStream & | is, |
| BtBookshelfTreeModel::Grouping & | o | ||
| ) |
Definition at line 629 of file btbookshelftreemodel.cpp.