[Digikam-devel] extragear/graphics/digikam/showfoto/setup
Francisco J. Cruz
fj.cruz at supercable.es
Tue Jan 24 21:57:22 GMT 2006
SVN commit 502117 by fjcruz:
Keeping on the way marked by Gilles:
- A new private class has been implemented: SetupICCPriv.
- Now, showFoto and digiKam have a common "interface" for color management stuff.
For Gilles: please review. Thanks in advance..
CCMAIL:digikam-devel at kde.org
M +1 -1 Makefile.am
M +2 -1 setup.h
--- trunk/extragear/graphics/digikam/showfoto/setup/Makefile.am #502116:502117
@@ -5,7 +5,7 @@
noinst_LTLIBRARIES = libsetup.la
-libsetup_la_SOURCES = setup.cpp setupeditor.cpp setupicc.cpp
+libsetup_la_SOURCES = setup.cpp setupeditor.cpp
libsetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
--- trunk/extragear/graphics/digikam/showfoto/setup/setup.h #502116:502117
@@ -32,13 +32,14 @@
class SetupImgPlugins;
class SetupIOFiles;
class SetupSlideShow;
+class SetupICC;
}
namespace ShowFoto
{
class SetupEditor;
-class SetupICC;
+// class SetupICC;
class SetupPrivate;
class Setup : public KDialogBase
More information about the Digikam-devel
mailing list