Rev 202 | Rev 213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 202 | Rev 208 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #include "mainwindow.h"
|
1 | #include "mainwindow.h"
|
2 | #include "ui_mainwindow.h"
|
2 | #include "ui_mainwindow.h"
|
3 | 3 | ||
4 | 4 | //ïðîâåðêà
|
|
5 | 5 | ||
6 | void MainWindow::getDatabaseData(){ |
6 | void MainWindow::getDatabaseData(){ |
7 | int list_count; |
7 | int list_count; |
8 | ui->treeWidget_2->clear(); |
8 | ui->treeWidget_2->clear(); |
9 | if (rootItems.isEmpty()) return; |
9 | if (rootItems.isEmpty()) return; |