Skip to content

Commit 08bda1d

Browse files
committed
Remove Q_DISABLE_COPY_MOVE for member less non constructible class (Q_DECLARE_TYPEINFO) fails on clang)
1 parent 634c915 commit 08bda1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/log4qt/helpers/optionconverter.h

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class LOG4QT_EXPORT OptionConverter
4646
{
4747
private:
4848
OptionConverter();
49-
Q_DISABLE_COPY_MOVE(OptionConverter)
5049

5150
public:
5251
static QString findAndSubst(const Properties &properties,

0 commit comments

Comments
 (0)