mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 18:26:11 +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
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(TorrentContentModelItem);
|
||||
Q_DECLARE_TR_FUNCTIONS(TorrentContentModelItem)
|
||||
|
||||
public:
|
||||
enum TreeItemColumns
|
||||
|
|
Loading…
Reference in a new issue