equal
deleted
inserted
replaced
123 } |
123 } |
124 |
124 |
125 void ContentTab::handleErrorInOpen(QListWidgetItem *item) |
125 void ContentTab::handleErrorInOpen(QListWidgetItem *item) |
126 { |
126 { |
127 Q_UNUSED(item); |
127 Q_UNUSED(item); |
128 QMessageBox::warning(this, tr("Operation Failed"), tr("Unkown error!"), QMessageBox::Close); |
128 QMessageBox::warning(this, tr("Operation Failed"), tr("Unknown error!"), QMessageBox::Close); |
129 } |
129 } |
130 |
130 |
131 // NEW SLOTS |
131 // NEW SLOTS |
132 void ContentTab::openItem(QListWidgetItem *item) |
132 void ContentTab::openItem(QListWidgetItem *item) |
133 { |
133 { |