]> git.sesse.net Git - kdenlive/commit
Fix runtime warnings about QAction::setShortcut()
authorRay Lehtiniemi <rayl@mail.com>
Sun, 5 Apr 2009 23:56:24 +0000 (23:56 +0000)
committerRay Lehtiniemi <rayl@mail.com>
Sun, 5 Apr 2009 23:56:24 +0000 (23:56 +0000)
commit9bec6403481cb25f92067e78a0f4adce39285924
tree1eabce044a3ecbe21dfa54bf5db02d4e66fd8f0c
parent402b7a52fbc1ca3da2db36ca877f28b7c1410d6f
Fix runtime warnings about QAction::setShortcut()

These members referred to the QAction base class of the KAction
objects.  This bypassed the overridden KAction::setShortcut()
method, which triggered warnings at runtime.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3232
src/mainwindow.h