Browse Source

Habia danado el slot sin querer

Rafael Arce Nazario 9 years ago
parent
commit
f792c14460
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      frog.cpp

+ 2
- 1
frog.cpp View File

7
 #include "mainwindow.h"
7
 #include "mainwindow.h"
8
 #include "ui_mainwindow.h"
8
 #include "ui_mainwindow.h"
9
 
9
 
10
-
10
+//
11
 // Constructor for the frog class
11
 // Constructor for the frog class
12
+//
12
 
13
 
13
 frog::frog(QWidget *parent) : QWidget(parent) {
14
 frog::frog(QWidget *parent) : QWidget(parent) {
14
 
15