shortcuts.h
changeset 824 36eb4b8f409e
parent 806 2a33304714ba
child 842 bec082472471
     1.1 --- a/shortcuts.h	Fri Feb 19 13:47:03 2010 +0000
     1.2 +++ b/shortcuts.h	Thu Feb 25 11:03:52 2010 +0000
     1.3 @@ -22,11 +22,9 @@
     1.4  public:
     1.5      Switchboard ();
     1.6  	void addConnection(QAction *a,const QString &s);
     1.7 -//	void addFunction (Function,
     1.8  	void print();
     1.9  protected:  
    1.10 -	QList <QKeySequence*> keys;
    1.11 -	QList <QAction*> actions;
    1.12 +	QMultiMap <QString,QAction*> actions;
    1.13  };
    1.14  
    1.15  #endif