mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
Solving Gnome Palette Editor problem
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
|
||||
class GLWidget;
|
||||
class QssDialog;
|
||||
class PaletteEditor; // michel
|
||||
class FractoriumOptionsDialog;
|
||||
class FractoriumVariationsDialog;
|
||||
class FractoriumFinalRenderDialog;
|
||||
@ -359,6 +360,7 @@ public slots:
|
||||
void OnPaletteEditorColorChanged();
|
||||
void OnPaletteEditorFileChanged();
|
||||
void OnPaletteEditorColorIndexChanged(size_t index, float value);
|
||||
void OnPaletteEditorFinished(int result); // michel
|
||||
|
||||
//Info.
|
||||
void OnSummaryTableHeaderResized(int logicalIndex, int oldSize, int newSize);
|
||||
|
Reference in New Issue
Block a user