mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 12:26:39 -05:00
Added Qt dependent macro for Q_FALLTHROUGH
This commit is contained in:
parent
32350dfe83
commit
c9e8ac4c3c
2 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "gui/common/GroupTreeWidget.h"
|
||||
#include "util/qtthreadsutils.h"
|
||||
#include "util/misc.h"
|
||||
#include "util/RsQtVersion.h"
|
||||
|
||||
// class GxsChannelGroupInfoData : public RsUserdata
|
||||
// {
|
||||
|
|
|
|||
|
|
@ -70,4 +70,8 @@ class QLabel;
|
|||
extern QPixmap QLabel_pixmap(QLabel* label);
|
||||
#endif
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK (5, 8, 0)
|
||||
#define Q_FALLTHROUGH() (void)0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue