mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 13:57:16 +01:00
7 lines
112 B
C++
7 lines
112 B
C++
#include "pagewithbackbutton.h"
|
|
|
|
PageWithBackButton::PageWithBackButton(QWidget *parent) : QWidget(parent)
|
|
{
|
|
|
|
}
|