Use kdelibs coding style
This commit is contained in:
parent
0084798a2c
commit
d965371d23
31 changed files with 201 additions and 234 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue