mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
qt: removed a few debug log lines
This commit is contained in:
parent
776dc7ec52
commit
eccd5b6ff0
2 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
ui(new Ui::AboutDialog)
|
ui(new Ui::AboutDialog)
|
||||||
{
|
{
|
||||||
qDebug() << "AboutDialog::AboutDialog()" << endl;
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
ui->i2pdVersionLabel->setText(I2PD_VERSION);
|
ui->i2pdVersionLabel->setText(I2PD_VERSION);
|
||||||
ui->i2pVersionLabel->setText(I2P_VERSION);
|
ui->i2pVersionLabel->setText(I2P_VERSION);
|
||||||
|
@ -18,6 +17,5 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
|
|
||||||
AboutDialog::~AboutDialog()
|
AboutDialog::~AboutDialog()
|
||||||
{
|
{
|
||||||
qDebug() << "AboutDialog::~AboutDialog()" << endl;
|
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
|
@ -417,7 +417,6 @@ void MainWindow::showStatusPage(StatusPage newStatusPage){
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::showAboutBox(const QString & href) {
|
void MainWindow::showAboutBox(const QString & href) {
|
||||||
qDebug() << "MainWindow::showAboutBox(), href:" << href << endl;
|
|
||||||
AboutDialog dialog(this);
|
AboutDialog dialog(this);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue