12 _unusedMessages = { |
12 _unusedMessages = { |
13 ## Unused Arguments |
13 ## Unused Arguments |
14 "U-100": QCoreApplication.translate("UnusedChecker", "Unused argument '{0}'"), |
14 "U-100": QCoreApplication.translate("UnusedChecker", "Unused argument '{0}'"), |
15 "U-101": QCoreApplication.translate("UnusedChecker", "Unused argument '{0}'"), |
15 "U-101": QCoreApplication.translate("UnusedChecker", "Unused argument '{0}'"), |
16 ## Unused Globals |
16 ## Unused Globals |
17 "U-200": QCoreApplication.translate("UnusedChecker", "Unused global variable '{0}'"), |
17 "U-200": QCoreApplication.translate( |
|
18 "UnusedChecker", "Unused global variable '{0}'" |
|
19 ), |
18 } |
20 } |
19 |
21 |
20 _unusedMessagesSampleArgs = { |
22 _unusedMessagesSampleArgs = { |
21 ## Unused Arguments |
23 ## Unused Arguments |
22 "U-100": ["foo_arg"], |
24 "U-100": ["foo_arg"], |