summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Endrodi <ext-adam.endrodi@nokia.com>2010-12-14 10:45:20 +0200
committerAdam Endrodi <ext-adam.endrodi@nokia.com>2010-12-15 16:00:10 +0200
commit72767979a67fa35727360a1638aeb25a7c4a555e (patch)
tree9aefe904c39c5f2b006eb693a76632e2c893ca7a
parentcba33155597b60a2a988704cc22a2ef4b026f8f5 (diff)
remove MDecoratorWindow::itemRectToScreenRect() from the class definition
The implementation was removed by 951fffc1e01276751b1b5ef4208b867ac5813a72.
-rw-r--r--decorators/mdecorator/mdecoratorwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/decorators/mdecorator/mdecoratorwindow.h b/decorators/mdecorator/mdecoratorwindow.h
index aaaf1ff..f270460 100644
--- a/decorators/mdecorator/mdecoratorwindow.h
+++ b/decorators/mdecorator/mdecoratorwindow.h
@@ -78,7 +78,6 @@ signals:
private:
void setSceneSize();
void setMDecoratorWindowProperty();
- QRect itemRectToScreenRect(const QRect& r);
MHomeButtonPanel *homeButtonPanel;
MEscapeButtonPanel *escapeButtonPanel;