Skip to content

Commit

Permalink
Hide save connection button on show conn dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kandalf committed Jan 26, 2009
1 parent 0f3c5da commit 014d9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectiondialog.cpp
Expand Up @@ -16,6 +16,7 @@ ConnectionDialog::ConnectionDialog(QWidget *parent, Qt::WFlags f) : QDialog(pare
setupObjectConnections();
setupDriversList();
readSettings();
saveConnectionButton->setVisible(false);
this->installEventFilter(this);
}

Expand Down

0 comments on commit 014d9bd

Please sign in to comment.