mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
help question mark in dialogs disabled by default in Qt6
This commit is contained in:
parent
90293ebcda
commit
2919a20384
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
|||
/* Suppresses "Qt WebEngine seems to be initialized from a plugin" warning */
|
||||
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
|
||||
#endif
|
||||
#if defined(_WIN32) && QT_VERSION >= 0x50A01
|
||||
#if defined(_WIN32) && QT_VERSION >= 0x50A01 && QT_VERSION < 0x60000
|
||||
/* Suppresses help question mark in dialogs */
|
||||
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue