Cleanup + docs
This commit is contained in:
parent
e74c73db3c
commit
c363891de3
4 changed files with 54 additions and 12 deletions
|
@ -20,15 +20,20 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "danboorupostdelegate.h"
|
||||
// Own
|
||||
|
||||
#include "danboorupostdelegate.h"
|
||||
#include "libdanbooru/danboorupost.h"
|
||||
|
||||
// Qt
|
||||
|
||||
#include <QListView>
|
||||
#include <QPainter>
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
|
||||
// KDE
|
||||
|
||||
#include <KPushButton>
|
||||
|
||||
namespace Danbooru {
|
||||
|
@ -135,7 +140,8 @@ namespace Danbooru {
|
|||
|
||||
}
|
||||
|
||||
QSize DanbooruPostDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const
|
||||
QSize DanbooruPostDelegate::sizeHint(const QStyleOptionViewItem& option,
|
||||
const QModelIndex& index) const
|
||||
{
|
||||
Q_UNUSED(option)
|
||||
Q_UNUSED(index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue