Browse Source

Update AboutTypica documentation

Neal Wilson 11 years ago
parent
commit
05e1d16724
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      src/abouttypica.w

+ 5
- 6
src/abouttypica.w View File

5
 license information, and other assorted information. In Typica this also
5
 license information, and other assorted information. In Typica this also
6
 includes a list of the people and companies that have provided financial
6
 includes a list of the people and companies that have provided financial
7
 assistance toward the ongoing development of the software and information that
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
 @(abouttypica.h@>=
14
 @(abouttypica.h@>=
13
 #include <QMainWindow>
15
 #include <QMainWindow>
14
 #include <QFile>
16
 #include <QFile>
15
-#include <QtDebug>
16
-#include <QMessageBox>
17
-#include <QDesktopServices>
18
 #include "webview.h"
17
 #include "webview.h"
19
 
18
 
20
 #ifndef AboutTypicaHeader
19
 #ifndef AboutTypicaHeader

Loading…
Cancel
Save