mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
This commit is contained in:
@@ -14,11 +14,14 @@
|
||||
#include <QMap>
|
||||
#include <QSet>
|
||||
|
||||
#include "Macros.h"
|
||||
|
||||
class FileTreeItem;
|
||||
|
||||
class FileTreeModel final : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
TR_DISABLE_COPY_MOVE(FileTreeModel)
|
||||
|
||||
public:
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user