suppress warnings
svn path=/trunk/kdebase/kwin/; revision=174085
This commit is contained in:
parent
5244020f5c
commit
ec918cec3b
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ void QuartzConfig::slotSelectionChanged()
|
|||
|
||||
// Loads the configurable options from the kwinrc config file
|
||||
// It is passed the open config from kwindecoration to improve efficiency
|
||||
void QuartzConfig::load( KConfig* conf )
|
||||
void QuartzConfig::load( KConfig* /*conf*/ )
|
||||
{
|
||||
quartzConfig->setGroup("General");
|
||||
bool override = quartzConfig->readBoolEntry( "UseTitleBarBorderColors", true );
|
||||
|
@ -80,7 +80,7 @@ void QuartzConfig::load( KConfig* conf )
|
|||
|
||||
|
||||
// Saves the configurable options to the kwinrc config file
|
||||
void QuartzConfig::save( KConfig* conf )
|
||||
void QuartzConfig::save( KConfig* /*conf*/ )
|
||||
{
|
||||
quartzConfig->setGroup("General");
|
||||
quartzConfig->writeEntry( "UseTitleBarBorderColors", cbColorBorder->isChecked() );
|
||||
|
|
Loading…
Reference in a new issue