mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-14 21:30:51 -08:00
10 lines
270 B
Common Lisp
10 lines
270 B
Common Lisp
;;; To avoid creation of instances, prepend "//" to the object name
|
|
;;; "//QClipboard"
|
|
|
|
(defparameter *sql-q-names*
|
|
(list "QSqlDriver"
|
|
"QSqlRelationalDelegate"
|
|
"QSqlRelationalTableModel"
|
|
"QSqlTableModel"
|
|
"QSqlQueryModel"
|
|
))
|