|
@@ -5,16 +5,15 @@ of information: The application logo, name, and version number, copyright and
|
5
|
5
|
license information, and other assorted information. In Typica this also
|
6
|
6
|
includes a list of the people and companies that have provided financial
|
7
|
7
|
assistance toward the ongoing development of the software and information that
|
8
|
|
-others can use to help in this way. Some of this information would benefit
|
9
|
|
-from existing as a link which can open an external application such as a web
|
10
|
|
-browser or email client.
|
|
8
|
+others can use to help in this way.
|
|
9
|
+
|
|
10
|
+This class previously provided some additional functionality which is no
|
|
11
|
+longer required because it is handled by the |TypicaWebView| class introduced
|
|
12
|
+in version 1.6.
|
11
|
13
|
|
12
|
14
|
@(abouttypica.h@>=
|
13
|
15
|
#include <QMainWindow>
|
14
|
16
|
#include <QFile>
|
15
|
|
-#include <QtDebug>
|
16
|
|
-#include <QMessageBox>
|
17
|
|
-#include <QDesktopServices>
|
18
|
17
|
#include "webview.h"
|
19
|
18
|
|
20
|
19
|
#ifndef AboutTypicaHeader
|