Merge branch 'simplifiedView' of https://github.com/spowelljr/minikube into simplifiedView
commit
8af528f616
|
@ -112,7 +112,6 @@ Window::Window()
|
|||
setLayout(layout);
|
||||
resize(200, 250);
|
||||
|
||||
|
||||
setWindowTitle(tr("minikube"));
|
||||
setWindowIcon(*trayIconIcon);
|
||||
}
|
||||
|
|
|
@ -148,7 +148,6 @@ private:
|
|||
ClusterModel *clusterModel;
|
||||
QTableView *clusterListView;
|
||||
|
||||
|
||||
// Create cluster
|
||||
void askCustom();
|
||||
void askName();
|
||||
|
|
Loading…
Reference in New Issue