BibleTime
|
#include "btbookshelftreemodel.h"
#include <QDataStream>
#include <QModelIndexList>
#include <QPair>
#include <QtGlobal>
#include <type_traits>
#include <utility>
#include "../../util/btassert.h"
#include "../../util/btconnect.h"
#include "../../util/macros.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, const BtBookshelfTreeModel::Grouping &o) |
QDataStream & | operator>> (QDataStream &is, BtBookshelfTreeModel::Grouping &o) |
QDataStream& operator<< | ( | QDataStream & | os, |
const BtBookshelfTreeModel::Grouping & | o | ||
) |
Definition at line 603 of file btbookshelftreemodel.cpp.
QDataStream& operator>> | ( | QDataStream & | is, |
BtBookshelfTreeModel::Grouping & | o | ||
) |
Definition at line 612 of file btbookshelftreemodel.cpp.