Use kdelibs coding style

This commit is contained in:
Luca Beltrame 2015-03-21 23:05:57 +01:00
commit d965371d23
31 changed files with 201 additions and 234 deletions

View file

@ -32,12 +32,9 @@
#include <KSharedDataCache>
#include <KImageCache>
class QQuickWidget;
class QSortFilterProxyModel;
namespace Danbooru
{
@ -81,7 +78,7 @@ public:
/**
* Default Constructor
*/
DanbooruMainWindow(QWidget* parent=0);
DanbooruMainWindow(QWidget *parent = 0);
/**
* Default Destructor
@ -93,7 +90,7 @@ private:
void setupDockWidgets();
void setupConnections();
void clearModels();
void handlePostDownload(const QStringList& tags = QStringList(), bool relatedTags = false);
void handlePostDownload(const QStringList &tags = QStringList(), bool relatedTags = false);
private Q_SLOTS:
void connectToBoard();