File: aboutqtadsdialog.h

package info (click to toggle)
qtads 2.1.6-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,156 kB
  • ctags: 18,767
  • sloc: cpp: 133,078; ansic: 26,048; xml: 18; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef ABOUTQTADSDIALOG_H
#define ABOUTQTADSDIALOG_H

#include <QDialog>

#include "config.h"

namespace Ui {
    class AboutQtadsDialog;
}

class AboutQtadsDialog: public QDialog {
    Q_OBJECT

  public:
    explicit AboutQtadsDialog(QWidget *parent = 0);
    ~AboutQtadsDialog() override;

  private:
    Ui::AboutQtadsDialog *ui;
};

#endif // ABOUTQTADSDIALOG_H