|
Last change
on this file since 8984 was 8252, checked in by stoecker, 8 years ago |
|
see #105 - reenable Qt4 build options, drop generic version dependend includes, replace by direct requirements, remaining QtCore lines should also be replaced
|
|
File size:
262 bytes
|
| Line | |
|---|
| 1 | #ifndef BNCSSLCONFIG_H
|
|---|
| 2 | #define BNCSSLCONFIG_H
|
|---|
| 3 |
|
|---|
| 4 | #include <QSslConfiguration>
|
|---|
| 5 |
|
|---|
| 6 | // Singleton Class
|
|---|
| 7 | // ---------------
|
|---|
| 8 | class bncSslConfig : public QSslConfiguration {
|
|---|
| 9 | public:
|
|---|
| 10 | bncSslConfig();
|
|---|
| 11 | ~bncSslConfig();
|
|---|
| 12 | static QString defaultPath();
|
|---|
| 13 | private:
|
|---|
| 14 | };
|
|---|
| 15 |
|
|---|
| 16 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.