Skip to content

Commit

Permalink
Keep the QCocoaMessageBox code for Qt5
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 28, 2023
1 parent e447ff3 commit a78d30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
#include <avogadro/vtk/vtkglwidget.h>
#endif

#if defined(Q_OS_MAC) && !(QT_VERSION >= 0x050E00)
#if defined(Q_OS_MAC) && (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
#include "qcocoamessagebox.h"
#define MESSAGEBOX QCocoaMessageBox
#else
Expand Down

0 comments on commit a78d30d

Please sign in to comment.