Export delete-app since other modules (qt.gui) might like to add methods to it.
Mon Jan 25 20:07:22 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Export delete-app since other modules (qt.gui) might like to add methods to it.
diff -rN -u old-qt.core/src/package.lisp new-qt.core/src/package.lisp
--- old-qt.core/src/package.lisp 2014-10-30 06:58:09.000000000 +0100
+++ new-qt.core/src/package.lisp 2014-10-30 06:58:09.000000000 +0100
@@ -2,6 +2,7 @@
(:use :cl :smoke :cffi :bordeaux-threads :cxx-support :alexandria)
(:export #:define-qvector-translations
#:with-application
+ #:delete-app
#:ensure-app
#:kill-app))