--- qsampler/trunk/src/qsamplerOptions.h 2014/06/16 19:31:33 2642 +++ qsampler/trunk/src/qsamplerOptions.h 2020/06/29 08:52:33 3796 @@ -1,8 +1,8 @@ // qsamplerOptions.h // /**************************************************************************** - Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved. - Copyright (C) 2007, Christian Schoenebeck + Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2007,2008,2015 Christian Schoenebeck This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -82,12 +82,18 @@ bool bMessagesLimit; int iMessagesLimitLines; bool bConfirmRemove; + bool bConfirmReset; + bool bConfirmRestart; + bool bConfirmError; bool bKeepOnTop; bool bStdoutCapture; bool bCompletePath; bool bInstrumentNames; int iBaseFontSize; + QString sCustomColorTheme; + QString sCustomStyleTheme; + // View options... bool bMenubar; bool bToolbar; @@ -145,3 +151,4 @@ // end of qsamplerOptions.h +