mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
7 lines
112 B
C++
7 lines
112 B
C++
|
#include "pagewithbackbutton.h"
|
||
|
|
||
|
PageWithBackButton::PageWithBackButton(QWidget *parent) : QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|