~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to odbcinstQ/CUserDSN.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        connect( pbAdd, SIGNAL(clicked()), pDSNList, SLOT(Add()) );
101
101
        connect( pbRemove, SIGNAL(clicked()), pDSNList, SLOT(Delete()) );
102
102
        connect( pbConfigure, SIGNAL(clicked()), pDSNList, SLOT(Edit()) );
 
103
    connect( pDSNList, SIGNAL(doubleClicked( QListViewItem * )), pDSNList, SLOT(DoubleClick( QListViewItem * )));
103
104
}
104
105
 
105
106