mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
This commit is contained in:
@@ -17,10 +17,12 @@
|
||||
#include <QString>
|
||||
#include <QVariant>
|
||||
|
||||
#include "Macros.h"
|
||||
|
||||
class FileTreeItem
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(FileTreeItem)
|
||||
Q_DISABLE_COPY(FileTreeItem)
|
||||
TR_DISABLE_COPY_MOVE(FileTreeItem)
|
||||
|
||||
public:
|
||||
/* *INDENT-OFF* */
|
||||
|
||||
Reference in New Issue
Block a user