combjs

diff gui/gui.h @ 2:4e8f2bbe8426

doing the gui
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 15 Jul 2011 06:54:32 +0300
parents dd02002227a2
children
line diff
     1.1 --- a/gui/gui.h	Thu Jul 14 15:40:20 2011 +0300
     1.2 +++ b/gui/gui.h	Fri Jul 15 06:54:32 2011 +0300
     1.3 @@ -7,6 +7,13 @@
     1.4  	Q_OBJECT
     1.5  private slots:
     1.6  	void jslist_select();
     1.7 +	void clist_select();
     1.8 +
     1.9 +	void add_js();
    1.10 +	void remove_js();
    1.11 +
    1.12 +	void start_virt();
    1.13 +	void stop_virt();
    1.14  
    1.15  private:
    1.16  	void closeEvent(QCloseEvent *ev);