| 827 | } |
| 828 | |
| 829 | QString |
| 830 | ProfileConfigTab::getBaseName(const QString &path) |
| 831 | { |
| 832 | int ndx; |
| 833 | |
| 834 | if ((ndx = path.lastIndexOf('/')) != -1) |
| 835 | return path.right(path.size() - ndx - 1); |
| 836 | |
| 837 | return path; |
| 838 | } |
| 839 | |
| 840 | |
| 841 | ProfileConfigTab::~ProfileConfigTab() |