Use overload resolution instead of static-call
src/package.lisp
Sun May 24 16:40:11 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Use overload resolution instead of static-call
--- old-qt.gui/src/package.lisp 2014-10-30 07:49:44.000000000 +0100
+++ new-qt.gui/src/package.lisp 2014-10-30 07:49:44.000000000 +0100
@@ -1,8 +1,6 @@
(defpackage :qt
(:use :cl :smoke :cffi :bordeaux-threads :cxx-support)
- (:export #:call
-
- #:app
+ (:export #:app
#:app-p
#:exec
#:with-app