Disable --enable-final here for now.
svn path=/trunk/kdebase/kwin/; revision=323749
This commit is contained in:
parent
05b1ee7d46
commit
287d83413c
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ METASOURCES = AUTO
|
|||
AM_CPPFLAGS = $(all_includes) -DKCMRULES
|
||||
INCLUDES = -I$(top_srcdir)/kwin/lib
|
||||
|
||||
KDE_OPTIONS = nofinal
|
||||
|
||||
kde_module_LTLIBRARIES = kcm_kwinrules.la
|
||||
|
||||
kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp detectwidget.cpp \
|
||||
|
|
|
@ -55,7 +55,7 @@ void DetectDialog::detect( WId window )
|
|||
readWindow( window );
|
||||
}
|
||||
|
||||
static QCString getStringProperty(WId w, Atom prop, char separator)
|
||||
static QCString getStringProperty(WId w, Atom prop, char separator=0)
|
||||
{
|
||||
Atom type;
|
||||
int format, status;
|
||||
|
|
Loading…
Reference in a new issue