core: Remove slots from storage APIs 501/head
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 28 May 2020 14:39:37 +0000 (16:39 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 30 May 2020 12:12:02 +0000 (14:12 +0200)
commit8dfdd498679c773cf2e7958c5fd434bf56f634e3
treebf5ea05bdd86929d23f84108be5800f081867f86
parent673ded0d543cbdc2cf6e746b6bee7c1d21af8f90
core: Remove slots from storage APIs

Remove the deprecated slots declaratiosn from the storage APIs. This
avoids problems with the now non-copyable SyncableObject with ancient
versions of Qt, where the MOC generated code for slots that required
arguments to be copyable.
src/core/postgresqlstorage.h
src/core/sqlitestorage.h
src/core/storage.h