cmake: more features implemented.
This commit is contained in:
@@ -817,8 +817,8 @@ void PTextEdit::setupHelpActions()
|
||||
connect( a, SIGNAL( triggered() ), this, SLOT( helpContents() ));
|
||||
menu->addAction(a);
|
||||
|
||||
a = new QAction(tr( "About ..." ), this );
|
||||
a->setStatusTip( tr("Help About") );
|
||||
a = new QAction(tr( "Author(s) ..." ), this );
|
||||
a->setStatusTip( tr("Author(s)") );
|
||||
connect( a, SIGNAL( triggered() ), this, SLOT( helpAbout() ));
|
||||
menu->addAction(a);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user