Add a flag to enable Qt deprecation warnings on Qt < 5.13
[quassel.git] / src / common / backlogmanager.cpp
index 2ea49d5..26936f8 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -20,7 +20,6 @@
 
 #include "backlogmanager.h"
 
-INIT_SYNCABLE_OBJECT(BacklogManager)
 QVariantList BacklogManager::requestBacklog(BufferId bufferId, MsgId first, MsgId last, int limit, int additional)
 {
     REQUEST(ARG(bufferId), ARG(first), ARG(last), ARG(limit), ARG(additional))