QVector translations
src/application.lisp
Sat Jan 23 20:48:00 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* QVector translations
--- old-qt.gui/src/application.lisp 2014-10-30 07:41:17.000000000 +0100
+++ new-qt.gui/src/application.lisp 2014-10-30 07:41:17.000000000 +0100
@@ -27,8 +27,8 @@
(assert (null options)
(options)
"Currently no options can be passed to QT:WITH-APP.")
- `(cl-smoke.qt.core::with-application ((cl-smoke.qt.core::ensure-app 'qt:application)
- (cl-smoke.qt.core::kill-app))
+ `(cl-smoke.qt.core:with-application ((cl-smoke.qt.core:ensure-app 'qt:application)
+ (cl-smoke.qt.core:kill-app))
,@body))
(defun qt:exec ()