ein paar kleinere verbesserungen
git-svn-id: http://svn.lsim.tuxzone.org/trunk@28 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -70,6 +70,9 @@ class lsim: public QMainWindow {
|
||||
void clearAnyFocus();
|
||||
void resetAll();
|
||||
|
||||
void timeLineDurationChangeWrapperToSec(int length);
|
||||
void timeLineDurationSetWrapperToMsec(double length);
|
||||
|
||||
private:
|
||||
void createActions();
|
||||
void createMenus();
|
||||
@@ -134,6 +137,7 @@ class lsim: public QMainWindow {
|
||||
WindowMode myMode;
|
||||
signals:
|
||||
void windowModeChanged(WindowMode mode);
|
||||
void timeLineDurationChangedSec(double duration);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user