mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk qt) fix build issue reported by taem
This commit is contained in:
parent
9d95bd151d
commit
c36ee39a03
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ Prefs::PrefItem Prefs::myItems[] =
|
|||
{ IDLE_LIMIT_ENABLED, TR_PREFS_KEY_IDLE_LIMIT_ENABLED, QVariant::Bool },
|
||||
{ INCOMPLETE_DIR, TR_PREFS_KEY_INCOMPLETE_DIR, QVariant::String },
|
||||
{ INCOMPLETE_DIR_ENABLED, TR_PREFS_KEY_INCOMPLETE_DIR_ENABLED, QVariant::Bool },
|
||||
{ LAZY_BITFIELD, TR_PREFS_KEY_LAZY_BITFIELD, QVariant::Bool },
|
||||
{ MSGLEVEL, TR_PREFS_KEY_MSGLEVEL, QVariant::Int },
|
||||
{ OPEN_FILE_LIMIT, TR_PREFS_KEY_OPEN_FILE_LIMIT, QVariant::Int },
|
||||
{ PEER_LIMIT_GLOBAL, TR_PREFS_KEY_PEER_LIMIT_GLOBAL, QVariant::Int },
|
||||
|
|
|
@ -89,7 +89,6 @@ class Prefs: public QObject
|
|||
IDLE_LIMIT_ENABLED,
|
||||
INCOMPLETE_DIR,
|
||||
INCOMPLETE_DIR_ENABLED,
|
||||
LAZY_BITFIELD,
|
||||
MSGLEVEL,
|
||||
OPEN_FILE_LIMIT,
|
||||
PEER_LIMIT_GLOBAL,
|
||||
|
|
Loading…
Reference in a new issue