Remove pointers to PayPal and Facebook. Upstream status: Guix-specific, not forwarded upstream. diff --git a/src/dialoginfo.cpp b/src/dialoginfo.cpp index 3302f55..b64f414 100755 --- a/src/dialoginfo.cpp +++ b/src/dialoginfo.cpp @@ -31,7 +31,6 @@ DialogInfo::DialogInfo(QWidget *parent) : setupUi(this); connect(pushClose, SIGNAL(clicked()), this, SLOT(close())); - connect(pushFacebook, SIGNAL(clicked()), this, SLOT(openFacebookPage())); QString appVersion; QString magickVersion; @@ -63,8 +62,3 @@ void DialogInfo::openFacebookPage() QDesktopServices::openUrl(QUrl("https://www.facebook.com/converseen", QUrl::TolerantMode)); } -void DialogInfo::on_pushDonatePayPal_clicked() -{ - QDesktopServices::openUrl(QUrl("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQA6TBT5354FC", QUrl::TolerantMode)); -} - diff --git a/src/dialoginfo.h b/src/dialoginfo.h index 4c13776..f1b7ea3 100755 --- a/src/dialoginfo.h +++ b/src/dialoginfo.h @@ -33,7 +33,6 @@ public: private slots: void openFacebookPage(); - void on_pushDonatePayPal_clicked(); }; #endif // DIALOGINFO_H diff --git a/src/mainwindowimpl.cpp b/src/mainwindowimpl.cpp index 83a365f..9a44492 100755 --- a/src/mainwindowimpl.cpp +++ b/src/mainwindowimpl.cpp @@ -162,7 +162,6 @@ void MainWindowImpl::createActions() connect(actionConvert, SIGNAL(triggered()), this, SLOT(elabora())); connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); - connect(actionDonatePaypal, SIGNAL(triggered()), this, SLOT(openPaypalLink())); connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport())); } diff --git a/ui/dialoginfo.ui b/ui/dialoginfo.ui index b2c7788..20b9d9d 100755 --- a/ui/dialoginfo.ui +++ b/ui/dialoginfo.ui @@ -254,122 +254,6 @@ p, li { white-space: pre-wrap; } - - - - - - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal</span></p></body></html> - - - true - - - - - - - - - - - - - :/Images/res/btn_donateCC_LG.png:/Images/res/btn_donateCC_LG.png - - - - 150 - 50 - - - - true - - - - - - - - - - - Qt::Horizontal - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> - - - - - - - PointingHandCursor - - - - - - - :/Images/res/facebook-icon.png:/Images/res/facebook-icon.png - - - - 32 - 32 - - - - true - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Qt::Horizontal - - - diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui index 28df8cc..0ee7f37 100755 --- a/ui/mainwindow.ui +++ b/ui/mainwindow.ui @@ -1334,18 +1334,6 @@ p, li { white-space: pre-wrap; } F1 - - - - :/Images/res/paypal_mini.png:/Images/res/paypal_mini.png - - - &Donate via Paypal - - - Donate via Paypal - - &Report bug...