mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
This commit is contained in:
@@ -10,9 +10,12 @@
|
||||
|
||||
#include <QItemDelegate>
|
||||
|
||||
#include "Macros.h"
|
||||
|
||||
class FileTreeDelegate : public QItemDelegate
|
||||
{
|
||||
Q_OBJECT
|
||||
TR_DISABLE_COPY_MOVE(FileTreeDelegate)
|
||||
|
||||
public:
|
||||
FileTreeDelegate(QObject* parent = nullptr) :
|
||||
|
||||
Reference in New Issue
Block a user