Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 5, 2023
1 parent 9aaf503 commit 36cf5c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions avogadro/qtplugins/propertytables/propertyview.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
class QProgressDialog;
namespace Avogadro {

namespace QtGui{
namespace QtGui {
class Molecule;
}

class PropertyView : public QTableView
{
Q_OBJECT
public:

explicit PropertyView(PropertyType type, QWidget* parent = 0);

void selectionChanged(const QItemSelection& selected,
Expand All @@ -32,7 +31,7 @@ class PropertyView : public QTableView

protected:
// copy the selected properties to the clipboard
void keyPressEvent(QKeyEvent *event);
void keyPressEvent(QKeyEvent* event);

private:
PropertyType m_type;
Expand Down

0 comments on commit 36cf5c4

Please sign in to comment.