Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
1d8c8941
Commit
1d8c8941
authored
May 13, 2007
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slotAddPredefined doesn't exist (for the moment I think)
svn path=/trunk/koffice/; revision=664216
parent
ff4606d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
krita/ui/kis_custom_palette.cc
krita/ui/kis_custom_palette.cc
+1
-1
No files found.
krita/ui/kis_custom_palette.cc
View file @
1d8c8941
...
...
@@ -63,7 +63,7 @@ KisCustomPalette::KisCustomPalette( QList<KoColorSet*> &palettes, QWidget *paren
connect
(
paletteList
,
SIGNAL
(
currentItemChanged
(
QListWidgetItem
*
,
QListWidgetItem
*
)),
this
,
SLOT
(
slotPaletteChanged
(
QListWidgetItem
*
,
QListWidgetItem
*
)));
connect
(
addColor
,
SIGNAL
(
pressed
()),
this
,
SLOT
(
slotAddNew
()));
connect
(
removeColor
,
SIGNAL
(
pressed
()),
this
,
SLOT
(
slotRemoveCurrent
()));
connect
(
addPalette
,
SIGNAL
(
pressed
()),
this
,
SLOT
(
slotAddPredefined
()));
//
connect(addPalette, SIGNAL(pressed()), this, SLOT(slotAddPredefined()));
}
KisCustomPalette
::~
KisCustomPalette
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment