Salome HOME
GUI update for workload manager.
[modules/yacs.git] / src / genericgui / FormContainer.hxx
index 0209bf499b0648f01831000a15d35c5ad20b28fe..190048f39ce3d9c7475cb4f163c7b584ebc9b2df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -43,6 +43,7 @@ public:
 public slots:
   void onModifyType(const QString &text);
   void onModifyAOC(int val);
+  void onModifyStorePyCache(int val);
 private:
   QComboBox *cb_type;
 };