next steps startwindow-integration --> UNSTABLE

This commit is contained in:
doitux
2008-09-13 20:40:08 +00:00
parent ac394d485d
commit 49b1efdcf1
8 changed files with 178 additions and 458 deletions
+2 -2
View File
@@ -29,12 +29,12 @@ MyAvatarLabel::~MyAvatarLabel()
{
}
void MyAvatarLabel::contextMenuEvent ( QContextMenuEvent * event ) {
void MyAvatarLabel::contextMenuEvent ( QContextMenuEvent * /*event*/ ) {
// showContextMenu(event->globalPos());
}
void MyAvatarLabel::showContextMenu(const QPoint &pos) {
void MyAvatarLabel::showContextMenu(const QPoint &/*pos*/) {
// myContextMenu->popup(pos);
}