mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
Merge branch 'master' of ssh://bitbucket.org/smil3y/kdelibs
This commit is contained in:
commit
f454ad7a5b
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ QPixmap KPixmapWidget::pixmap() const
|
|||
return d->pixmap;
|
||||
}
|
||||
|
||||
void KPixmapWidget::setAlignment(Qt::Alignment alignment)
|
||||
void KPixmapWidget::setAlignment(const Qt::Alignment alignment)
|
||||
{
|
||||
d->alignment = alignment;
|
||||
update();
|
||||
|
|
|
@ -49,7 +49,7 @@ public:
|
|||
QPixmap pixmap() const;
|
||||
|
||||
Qt::Alignment alignment() const;
|
||||
void setAlignment(Qt::Alignment);
|
||||
void setAlignment(const Qt::Alignment alignment);
|
||||
|
||||
bool dragEnabled() const;
|
||||
void setDragEnabled(const bool enable);
|
||||
|
|
Loading…
Add table
Reference in a new issue