mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-12 20:30:58 -08:00
13 lines
301 B
Common Lisp
13 lines
301 B
Common Lisp
;;; To avoid creation of instances, prepend "//" to the object name
|
|
;;; "//QPaintDevice"
|
|
|
|
(defparameter *sql-n-names*
|
|
(list "QSqlDatabase"
|
|
"QSqlError"
|
|
"QSqlField"
|
|
"QSqlIndex"
|
|
"QSqlQuery"
|
|
"QSqlRecord"
|
|
"QSqlRelation"
|
|
"QSqlResult"
|
|
))
|