mainwindow.h
branchqt4-port
changeset 17 557239819c45
parent 16 41c3d7f9f532
     1.1 --- a/mainwindow.h	Tue Aug 29 08:31:42 2006 +0000
     1.2 +++ b/mainwindow.h	Wed Aug 30 12:16:25 2006 +0000
     1.3 @@ -100,7 +100,9 @@
     1.4  	void editHeading2URL();
     1.5  	void editBugzilla2URL();
     1.6  	void editFATE2URL();
     1.7 +	void openVymLinks(const QStringList &);
     1.8  	void editVymLink();
     1.9 +	void editOpenMultipleVymLinks();
    1.10  public slots:
    1.11      void editHeading();
    1.12  	void editOpenVymLink();
    1.13 @@ -191,6 +193,8 @@
    1.14  	QStringList imageTypes;
    1.15  
    1.16  	QLineEdit *lineedit;	// to enter headings of branches
    1.17 +	QString editSel;
    1.18 +	
    1.19  };
    1.20  
    1.21