[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/kdelirc/kdelirc
From:       Laurent Montel <montel () kde ! org>
Date:       2006-01-10 9:04:49
Message-ID: 1136883889.912839.20040.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 496275 by mlaurent:

compile/link

 M  +2 -2      iraction.cpp  


--- trunk/KDE/kdeutils/kdelirc/kdelirc/iraction.cpp #496274:496275
@@ -74,7 +74,7 @@
 		QVariant::Type preType = arg.type();
 		if(preType == QVariant::CString) arg.cast(QVariant::String);
 		theConfig.writeEntry(Binding + "Argument" + QString().setNum(j), arg);
-		theConfig.writeEntry(Binding + "ArgumentType" + QString().setNum(j), preType);
+		theConfig.writeEntry(Binding + "ArgumentType" + QString().setNum(j), int(preType));
 	}
 	theConfig.writeEntry(Binding + "Program", theProgram);
 	theConfig.writeEntry(Binding + "Object", theObject);
@@ -87,7 +87,7 @@
 	theConfig.writeEntry(Binding + "DoAfter", theDoAfter);
 	theConfig.writeEntry(Binding + "AutoStart", theAutoStart);
 	theConfig.writeEntry(Binding + "Unique", theUnique);
-	theConfig.writeEntry(Binding + "IfMulti", theIfMulti);
+	theConfig.writeEntry(Binding + "IfMulti", int(theIfMulti));
 }
 
 const QString IRAction::function() const
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic