#ifndef TESTBENCHSETTINGS_H #define TESTBENCHSETTINGS_H #include class CTestBenchSettings { public: CTestBenchSettings(); int LoadSettings(); int mPinHoldTime; bool mIgnoreVisualInspection; QString mIOModuleIPAddress; }; #endif // TESTBENCHSETTINGS_H