mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-04 14:39:09 +02:00
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed an invalid slot error in 'lib/rdlistsvcs.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
c1cf7381bd
commit
ca51019b4f
@ -21607,3 +21607,5 @@
|
|||||||
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
|
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in 'RDCartFilter' that caused a SQL error when
|
* Fixed a bug in 'RDCartFilter' that caused a SQL error when
|
||||||
no groups were included in the search terms.
|
no groups were included in the search terms.
|
||||||
|
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed an invalid slot error in 'lib/rdlistsvcs.cpp'.
|
||||||
|
@ -46,7 +46,7 @@ RDListSvcs::RDListSvcs(const QString &caption,QWidget *parent)
|
|||||||
connect(edit_svc_model,SIGNAL(modelReset()),
|
connect(edit_svc_model,SIGNAL(modelReset()),
|
||||||
edit_svc_view,SLOT(resizeColumnsToContents()));
|
edit_svc_view,SLOT(resizeColumnsToContents()));
|
||||||
connect(edit_svc_view,SIGNAL(doubleClicked(const QModelIndex &)),
|
connect(edit_svc_view,SIGNAL(doubleClicked(const QModelIndex &)),
|
||||||
this,SLOT(cartDoubleClickedData(const QModelIndex &)));
|
this,SLOT(doubleClickedData(const QModelIndex &)));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Ok Button
|
// Ok Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user