mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Merge pull request #13696 from Chocobo1/warnings
Suppress compiler warnings
This commit is contained in:
commit
2a2a80b0bf
@ -32,12 +32,6 @@
|
|||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
bool isPaused(const lt::torrent_status &torrentStatus)
|
|
||||||
{
|
|
||||||
return ((torrentStatus.flags & lt::torrent_flags::paused)
|
|
||||||
&& !(torrentStatus.flags & lt::torrent_flags::auto_managed));
|
|
||||||
}
|
|
||||||
|
|
||||||
bool isAutoManaged(const lt::torrent_status &torrentStatus)
|
bool isAutoManaged(const lt::torrent_status &torrentStatus)
|
||||||
{
|
{
|
||||||
return static_cast<bool>(torrentStatus.flags & lt::torrent_flags::auto_managed);
|
return static_cast<bool>(torrentStatus.flags & lt::torrent_flags::auto_managed);
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user