shortcuts.h
changeset 840 c13937960f1d
parent 806 2a33304714ba
child 842 bec082472471
     1.1 --- a/shortcuts.h	Tue Nov 17 08:24:59 2009 +0000
     1.2 +++ b/shortcuts.h	Thu Mar 18 11:55:59 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