X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclienttransfer.h;h=9b27666d0cf5d76b8e7db8ac3df05a573473816a;hp=a1d062b7cab3e35ef609d7e6dae4b4d05c96c1cc;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=d3dcda30c8cbee75c0c8f500f4ab552bde513036 diff --git a/src/client/clienttransfer.h b/src/client/clienttransfer.h index a1d062b7..9b27666d 100644 --- a/src/client/clienttransfer.h +++ b/src/client/clienttransfer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CLIENTTRANSFER_H -#define CLIENTTRANSFER_H +#pragma once #include @@ -30,10 +29,9 @@ class QFile; class ClientTransfer : public Transfer { Q_OBJECT - SYNCABLE_OBJECT public: - ClientTransfer(const QUuid &uuid, QObject *parent = 0); + ClientTransfer(const QUuid &uuid, QObject *parent = nullptr); QString savePath() const; @@ -55,5 +53,3 @@ private: QFile *_file; }; - -#endif