stuff?
This commit is contained in:
@@ -196,7 +196,6 @@ void EinsatzplanFrame::deleteVeranstaltung( ) {
|
|||||||
"", &ok);
|
"", &ok);
|
||||||
if (ok && text.size( ) == 3) {
|
if (ok && text.size( ) == 3) {
|
||||||
m_controller->deleteVeranstaltung(text);
|
m_controller->deleteVeranstaltung(text);
|
||||||
QMessageBox::information(this, "Veranstaltung entfernen", "Veranstaltung wird entfernt!");
|
|
||||||
|
|
||||||
m_planGrid->setPlanMap(m_planGrid->planGridController->getVeranstaltungen( ));
|
m_planGrid->setPlanMap(m_planGrid->planGridController->getVeranstaltungen( ));
|
||||||
m_planGrid->populateGrid( );
|
m_planGrid->populateGrid( );
|
||||||
@@ -222,7 +221,8 @@ void EinsatzplanFrame::deleteMember( ) {
|
|||||||
|
|
||||||
if (ok && text.size( ) == 7) {
|
if (ok && text.size( ) == 7) {
|
||||||
m_controller->deleteMember(text);
|
m_controller->deleteMember(text);
|
||||||
QMessageBox::information(this, "Mitarbeiter entfernen", "Mitarbeiter wird entfernt!");
|
m_planGrid->setPlanMap(m_planGrid->planGridController->getVeranstaltungen( ));
|
||||||
|
m_planGrid->populateGrid( );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ private:
|
|||||||
QString m_weekdays[5];
|
QString m_weekdays[5];
|
||||||
QString m_times[6];
|
QString m_times[6];
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QGridLayout* gridLayout;
|
QGridLayout* gridLayout;
|
||||||
QMap<QPair<QString, QString>, QWidget*>* planMap;
|
QMap<QPair<QString, QString>, QWidget*>* planMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user