]> Shamusworld >> Repos - architektonas/blobdiff - src/about.cpp
Whitespace changes. :-P
[architektonas] / src / about.cpp
index 7a8a210158736c5a5290be3fcf668d969253b107..78f33bb4c22bf485f69016de9e54ee0f3167737f 100644 (file)
@@ -19,7 +19,6 @@
 #include "about.h"
 //testing... #include "structs.h"
 
-
 AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog)
 {
        setWindowTitle(tr("About Architektonas..."));
@@ -64,10 +63,8 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog)
        layout->addWidget(text);
 }
 
-
 void AboutWindow::keyPressEvent(QKeyEvent * e)
 {
        if (e->key() == Qt::Key_Escape || e->key() == Qt::Key_Return)
                hide();
 }
-