Merging from old trunk:
r595998 | lunakl | 2006-10-16 14:41:38 +0200 (Mon, 16 Oct 2006) | 3 lines Fix two same argument names. svn path=/trunk/KDE/kdebase/workspace/; revision=659293
This commit is contained in:
parent
50a788d633
commit
80e6a05440
1 changed files with 2 additions and 2 deletions
|
@ -258,8 +258,8 @@ class KWIN_EXPORT KCommonDecoration : public KDecoration
|
|||
private:
|
||||
void resetLayout();
|
||||
|
||||
void moveWidget(int x, int y, QWidget *w) const;
|
||||
void resizeWidget(int w, int h, QWidget *w) const;
|
||||
void moveWidget(int x, int y, QWidget *widget) const;
|
||||
void resizeWidget(int w, int h, QWidget *widget) const;
|
||||
|
||||
typedef QVector <KCommonDecorationButton*> ButtonContainer; ///< If the entry is 0, it's a spacer.
|
||||
int buttonContainerWidth(const ButtonContainer &btnContainer, bool countHidden = false) const;
|
||||
|
|
Loading…
Reference in a new issue