QCommandLineOption: Remove excess close parenthesis from a warning
Change-Id: Iff197a2a00b686ad2d29a1e156389bec4639f3c0 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
b82650891e
commit
5ac33fff0f
|
|
@ -94,7 +94,7 @@ public:
|
|||
void setFlags(Flags aflags);
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 8)
|
||||
QT_DEPRECATED_X("Use setFlags() with HiddenFromHelp)")
|
||||
QT_DEPRECATED_X("Use setFlags() with HiddenFromHelp")
|
||||
void setHidden(bool hidden);
|
||||
QT_DEPRECATED_X("Use flags() and HiddenFromHelp")
|
||||
bool isHidden() const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue