main.cpp
branchqt4-port
changeset 18 70c41284cb48
parent 17 557239819c45
     1.1 --- a/main.cpp	Wed Aug 30 12:16:25 2006 +0000
     1.2 +++ b/main.cpp	Thu Aug 31 11:55:33 2006 +0000
     1.3 @@ -103,7 +103,6 @@
     1.4  
     1.5  QAction *actionSettingsAutoselectHeading;
     1.6  QAction *actionSettingsAutoselectText;
     1.7 -QAction *actionSettingsPasteNewHeading;
     1.8  QAction *actionSettingsAutoedit;
     1.9  QAction *actionSettingsUseDelKey;
    1.10  QAction *actionSettingsUseFlagGroups;
    1.11 @@ -152,7 +151,7 @@
    1.12  		"http://www.InSilmaril.de/vym\n");
    1.13  	if (options.parse())
    1.14  	{
    1.15 -//FIXME QT3		cout << endl << options.getHelpText()<<endl;
    1.16 +		cout << endl << options.getHelpText().ascii()<<endl;
    1.17  		return 1;
    1.18  	}
    1.19  
    1.20 @@ -200,12 +199,6 @@
    1.21  		return 0;	
    1.22  	}	
    1.23  
    1.24 -	if (options.isOn ("test"))
    1.25 -	{
    1.26 -		// FIXME testing string option only
    1.27 -		cout << "Testing: "<<options.getArg("test").ascii()<< endl;
    1.28 -	}	
    1.29 -
    1.30      q3InitNetworkProtocols();
    1.31  
    1.32