[Kde-bindings] KDE/kdebindings/csharp/kimono
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Thu Jun 19 19:04:42 UTC 2008
SVN commit 822298 by rdale:
* Added the p7 tutorial. There is a problem with this line:
KConfig config = KApplication.kApplication().SessionConfig();
location.Text =
config.Group("Settings").ReadEntry("defaultPage", "http://localhost");
The Group() method isn't found in the smoke lib
CCMAIL: kde-bindings at kde.org
M +7 -0 ChangeLog
M +1 -0 tutorials/CMakeLists.txt
A tutorials/p7 (directory)
A tutorials/p7/CMakeLists.txt
A tutorials/p7/p7.cs
--- trunk/KDE/kdebindings/csharp/kimono/ChangeLog #822297:822298
@@ -6,7 +6,14 @@
* Don't convert QChars to C# chars, keep them as QChars
* Added the name of the current Assembly as the first entry in the args
array passed to KCmdLineArgs.Init().
+* Added the p7 tutorial. There is a problem with this line:
+ KConfig config = KApplication.kApplication().SessionConfig();
+ location.Text =
+ config.Group("Settings").ReadEntry("defaultPage", "http://localhost");
+
+ The Group() method isn't found in the smoke lib
+
2008-06-17 Richard Dale <richard.j.dale at gmail.com>
* Added marshallers for the various types of lists in the KDE classes
--- trunk/KDE/kdebindings/csharp/kimono/tutorials/CMakeLists.txt #822297:822298
@@ -4,3 +4,4 @@
add_subdirectory(p4)
add_subdirectory(p5)
add_subdirectory(p6)
+add_subdirectory(p7)
More information about the Kde-bindings
mailing list