mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07: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…
Add table
Add a link
Reference in a new issue