Fixed typo in name
This commit is contained in:
parent
d29e810719
commit
38b430626f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ QWidget *DevicesPlugin::widget( const QString &page, QWidget *parent ) const {
|
|||
}
|
||||
|
||||
QStringList DevicesPlugin::widgets() const {
|
||||
return QStringList() << "devicest.default";
|
||||
return QStringList() << "devices.default";
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(DevicesInterface, DevicesPlugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue