~ubuntu-branches/ubuntu/jaunty/quassel/jaunty-backports

« back to all changes in this revision

Viewing changes to src/qtui/coreconnectdlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-02-06 08:15:36 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090206081536-w43riu692dxjjpl2
Tags: 0.4.0~git090206-0ubuntu1
* New upstream git snapshot
  - Added toolbar to u/i (initial drop - still more work to do)
  - Add more post KDE 4.2 oxygen icons
  - Redesigned web preview to hog fewer resources
  - Continued bug fixing
* Add new icons to debian/quassel-data.install
* Remove scalable Oxygen icons from the binary (not used and saves space)
* Build with full debugging enabled
* Explicitly set -DEMBED_DATA=off instead of just unsetting it (clearer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
// ========================================
135
135
//  SslCertDisplayDialog
136
136
// ========================================
 
137
#ifdef HAVE_SSL
137
138
class QSslCertificate;
138
139
 
139
140
class SslCertDisplayDialog : public QDialog {
142
143
public:
143
144
  SslCertDisplayDialog(const QString &host, const QSslCertificate &cert, QWidget *parent = 0);
144
145
};
145
 
#endif
 
146
#endif // HAVE_SSL
 
147
 
 
148
#endif // CORECONNECTDLG_H