mirror of https://github.com/PurpleI2P/i2pd.git
hypnosis-i2p
7 years ago
3 changed files with 25 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
#include "pagewithbackbutton.h" |
||||
|
||||
PageWithBackButton::PageWithBackButton(QWidget *parent) : QWidget(parent) |
||||
{ |
||||
|
||||
} |
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
#ifndef PAGEWITHBACKBUTTON_H |
||||
#define PAGEWITHBACKBUTTON_H |
||||
|
||||
#include <QWidget> |
||||
|
||||
class PageWithBackButton : public QWidget |
||||
{ |
||||
Q_OBJECT |
||||
public: |
||||
explicit PageWithBackButton(QWidget *parent = 0); |
||||
|
||||
signals: |
||||
|
||||
public slots: |
||||
}; |
||||
|
||||
#endif // PAGEWITHBACKBUTTON_H
|
Loading…
Reference in new issue