Commit 50442302 authored by Алина Орехова's avatar Алина Орехова
Browse files

Исправления dialog.h

parent cf4f64d6
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -17,7 +17,7 @@ public slots: ...@@ -17,7 +17,7 @@ public slots:
void sltSetSizes(int p_rCt, int p_cCt) const; void sltSetSizes(int p_rCt, int p_cCt) const;
void sltSetContents(int p_row, int p_column, QTableWidgetItem *p_item); void sltSetContents(int p_row, int p_column, QTableWidgetItem *p_item);
private: //!!! Все методы событий - protected, а не private protected:
void closeEvent(QCloseEvent *event); void closeEvent(QCloseEvent *event);
}; };
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment