mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-07 23:09:59 +01:00
Nettoyage
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@85 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -88,6 +88,12 @@ QETApp::QETApp(QWidget *parent) : QMainWindow(parent) {
|
||||
connect(QApplication::clipboard(), SIGNAL(dataChanged()), this, SLOT(slot_updateActions()));
|
||||
}
|
||||
|
||||
/**
|
||||
Destructeur
|
||||
*/
|
||||
QETApp::~QETApp() {
|
||||
}
|
||||
|
||||
/**
|
||||
Gere les evenements relatifs au QSystemTrayIcon
|
||||
@param raison un entier representant l'evenement survenu sur le systray
|
||||
@@ -604,7 +610,7 @@ bool QETApp::fermer() {
|
||||
/**
|
||||
@return Le DiagramView qui a le focus dans l'interface MDI
|
||||
*/
|
||||
DiagramView *QETApp::diagramEnCours() {
|
||||
DiagramView *QETApp::diagramEnCours() const {
|
||||
return(qobject_cast<DiagramView *>(workspace.activeWindow()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user