Skip to content

Commit

Permalink
Remove Q_DISABLE_COPY_MOVE for member less non constructible class (Q…
Browse files Browse the repository at this point in the history
…_DECLARE_TYPEINFO) fails on clang)
  • Loading branch information
andibacher committed Apr 4, 2024
1 parent 634c915 commit 08bda1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/log4qt/helpers/optionconverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class LOG4QT_EXPORT OptionConverter
{
private:
OptionConverter();
Q_DISABLE_COPY_MOVE(OptionConverter)

public:
static QString findAndSubst(const Properties &properties,
Expand Down

0 comments on commit 08bda1d

Please sign in to comment.