X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreaccount.h;h=b69552c5984bfaee056c1c5fcaba61b3781d8195;hb=98144aaad0cd747f186edcd0e36a1d67326ac766;hp=d4aed0f31efb8bb57d84a2c6c0c624f981d244f9;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/client/coreaccount.h b/src/client/coreaccount.h index d4aed0f3..b69552c5 100644 --- a/src/client/coreaccount.h +++ b/src/client/coreaccount.h @@ -36,7 +36,7 @@ class CLIENT_EXPORT CoreAccount public: CoreAccount(AccountId accountId = 0); - virtual ~CoreAccount() {}; + virtual ~CoreAccount() = default; inline bool isValid() const { return accountId().isValid(); } inline AccountId accountId() const { return _accountId; }