From 82167d2422a4b6e3071dca68cf65a66e1da41ab4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 17 Jul 2011 16:46:24 +0200 Subject: A round of the "new" astyle 2.01... --- src/downloaditem.h | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'src/downloaditem.h') diff --git a/src/downloaditem.h b/src/downloaditem.h index 80f905bb..05e4d438 100644 --- a/src/downloaditem.h +++ b/src/downloaditem.h @@ -58,16 +58,28 @@ class DownloadItem : public QObject public: explicit DownloadItem(const QString &srcUrl, const QString &destUrl, const QDateTime &d, QObject *parent = 0); - inline QDateTime dateTime() const { return m_dateTime; } - inline QString originUrl() const { return m_srcUrlString; } + inline QDateTime dateTime() const + { + return m_dateTime; + } + inline QString originUrl() const + { + return m_srcUrlString; + } QString destinationUrl() const; QString fileName() const; QString fileDirectory() const; QString icon() const; // Necessary to provide i18nized strings to javascript. - Q_INVOKABLE QString i18nOpenDir() const { return i18n("Open directory"); } - Q_INVOKABLE QString i18nOpenFile() const { return i18n("Open file"); } + Q_INVOKABLE QString i18nOpenDir() const + { + return i18n("Open directory"); + } + Q_INVOKABLE QString i18nOpenFile() const + { + return i18n("Open file"); + } // For transfer control and notification void setKGetTransferDbusPath(const QString &path); -- cgit v1.2.1