[SCM] qtruby packaging branch, master, updated. e0b9e0b86f9b04e827cc493bf449d5846515355f

Pino Toscano pino at alioth.debian.org
Thu Aug 25 10:43:32 UTC 2011


The following commit has been merged in the master branch:
commit e0b9e0b86f9b04e827cc493bf449d5846515355f
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 25 11:53:27 2011 +0200

    take the sample ruby-qt4 test from kdebindings
---
 debian/tests/test_checkarg.rb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/debian/tests/test_checkarg.rb b/debian/tests/test_checkarg.rb
new file mode 100644
index 0000000..051ed64
--- /dev/null
+++ b/debian/tests/test_checkarg.rb
@@ -0,0 +1,16 @@
+# This file is copyright 2007 Vincent Fourmond, to be used, copied and
+# distributed under the terms of the General Public License version 2 or
+# any later version published by the Free Software Funds.
+require 'Qt4'
+
+a = Qt::Application.new(ARGV)
+
+# We need that only when it fails.
+# Qt.debug_level = Qt::DebugLevel::High 
+
+accel = Qt::KeySequence.new(Qt::Key_Up)
+p accel
+
+Qt::MessageBox::question(nil, 'Quit', 'Do you really want to quit? Any 
+unsaved changes will be lost!', Qt::MessageBox::Ok, Qt::MessageBox::Cancel)
+

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list