forked from blue/squawk
Fixing build without omemo, release preparation, unnecessary inheritance removed, info widget fix
This commit is contained in:
parent
829777935f
commit
acd60eaba2
13 changed files with 92 additions and 40 deletions
|
@ -14,8 +14,7 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef ABOUT_H
|
||||
#define ABOUT_H
|
||||
#pragma once
|
||||
|
||||
#include <QWidget>
|
||||
#include <QScopedPointer>
|
||||
|
@ -24,16 +23,11 @@
|
|||
#include <QTextStream>
|
||||
#include <QStandardPaths>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
namespace Ui{
|
||||
class About;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo write docs
|
||||
*/
|
||||
class About : public QWidget
|
||||
{
|
||||
class About : public QWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
About(QWidget* parent = nullptr);
|
||||
|
@ -47,5 +41,3 @@ private:
|
|||
QScopedPointer<Ui::About> m_ui;
|
||||
QWidget* license;
|
||||
};
|
||||
|
||||
#endif // ABOUT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue