enableAction in constructor is useless (and print is on if the slot exists now)

svn path=/trunk/kdegraphics/kdvi/; revision=42215
remotes/origin/kdvi-2.0
David Faure 26 years ago
parent 26ed6d0eb2
commit 46028b5da1
  1. 1
      kdvi_view.cpp

@ -118,7 +118,6 @@ bool KDVIPart::openFile()
KDVIBrowserExtension::KDVIBrowserExtension( KDVIPart *parent ) :
KParts::BrowserExtension( parent, "KDVIBrowserExtension" )
{
emit enableAction( "print", true );
}
void KDVIBrowserExtension::print()

Loading…
Cancel
Save