mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
Remove redundant semicolon
This commit is contained in:
parent
7c1c91ac43
commit
6b4a4517ec
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class TorrentContentModelFolder;
|
||||||
|
|
||||||
class TorrentContentModelItem
|
class TorrentContentModelItem
|
||||||
{
|
{
|
||||||
Q_DECLARE_TR_FUNCTIONS(TorrentContentModelItem);
|
Q_DECLARE_TR_FUNCTIONS(TorrentContentModelItem)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
enum TreeItemColumns
|
enum TreeItemColumns
|
||||||
|
|
Loading…
Reference in a new issue