You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-dicts/qvortaro/files/qvortaro-0.4.1-gcc45.patch

14 lines
282 B

http://bugs.gentoo.org/322213
--- src/eolistbrowser.cpp
+++ src/eolistbrowser.cpp
@@ -28,7 +28,7 @@
{
ui.setupUi(this);
- rxEscape = QRegExp::QRegExp("('|_|%){1}");
+ rxEscape = QRegExp("('|_|%){1}");
m_model = new QSqlQueryModel(this);
ui.list->setModel(m_model);