X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;h=1af8d86ef909a4a6f072628e23f1549d62e33701;hp=db68417c0f239088a7b08a7a9608f7eed7d27c8f;hb=d28b9ec38b6ea0bc473200fc2f1e65abd1b56bd6;hpb=5e15b644e15c5ec0704f5a0f734475d86f179110 diff --git a/src/core/storage.h b/src/core/storage.h index db68417c..1af8d86e 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -101,7 +101,7 @@ class Storage : public QObject { * \param network The network name * \return The BufferInfo corresponding to the given network and buffer name, or 0 if not found */ - virtual uint getNetworkId(UserId user, const QString &network) = 0; + virtual NetworkId getNetworkId(UserId user, const QString &network) = 0; /* Buffer handling */