Skip to content

Commit

Permalink
Oculars code cleanup
Browse files Browse the repository at this point in the history
Remove blank line.
  • Loading branch information
treaves committed May 4, 2021
1 parent 1bb364a commit 73043f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Oculars/src/gui/OcularDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ OcularDialog::OcularDialog(Oculars * pluginPtr,
, lensTableModel(new PropertyBasedTableModel(this))
, validatorName(new QRegExpValidator(this))
{

ccdTableModel->init(reinterpret_cast<QList<QObject *> *>(ccds), new CCD(ccdTableModel), CCD::propertyMap());
ocularTableModel->init(
reinterpret_cast<QList<QObject *> *>(oculars), new Ocular(ccdTableModel), Ocular::propertyMap());
Expand Down

0 comments on commit 73043f6

Please sign in to comment.