Bug report #2384
Oracle Spatial GeoRaster plugin can't create new connections
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Gary Sherman | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12444 |
Description
The buttons on the "Create Oracle Connection" dialog are not connected to any slots. A new connection can not be created and the dialog cannot be closed using the cancel button:
Warning: QMetaObject::connectSlotsByName: No matching signal for on_btnOk_clicked()
Warning: QMetaObject::connectSlotsByName: No matching signal for on_btnCancel_clicked()
History
#1 Updated by Gary Sherman almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in af0f565f (SVN r12820) - proper signals now used to connect the buttons.