WebUI: Improve btjson.* indentation.

This commit is contained in:
Vladimir Golovnev (Glassez)
2014-11-20 17:46:14 +03:00
parent 96ec6777e6
commit c24610ec80
2 changed files with 187 additions and 178 deletions

View File

@@ -34,18 +34,19 @@
#include <QCoreApplication>
#include <QString>
class btjson {
Q_DECLARE_TR_FUNCTIONS(misc)
class btjson
{
Q_DECLARE_TR_FUNCTIONS(misc)
private:
btjson() {}
btjson() {}
public:
static QByteArray getTorrents();
static QByteArray getTrackersForTorrent(const QString& hash);
static QByteArray getPropertiesForTorrent(const QString& hash);
static QByteArray getFilesForTorrent(const QString& hash);
static QByteArray getTransferInfo();
static QByteArray getTorrents();
static QByteArray getTrackersForTorrent(const QString& hash);
static QByteArray getPropertiesForTorrent(const QString& hash);
static QByteArray getFilesForTorrent(const QString& hash);
static QByteArray getTransferInfo();
}; // class btjson
#endif // BTJSON_H