Krita Source Code Documentation
Loading...
Searching...
No Matches
KisLayerUtils::SwitchFrameCommand::SharedStorage Struct Reference

#include <kis_layer_utils.h>

Public Member Functions

 ~SharedStorage ()
 

Public Attributes

int value
 

Detailed Description

Definition at line 103 of file kis_layer_utils.h.

Constructor & Destructor Documentation

◆ ~SharedStorage()

KisLayerUtils::SwitchFrameCommand::SharedStorage::~SharedStorage ( )

For some reason the absence of a destructor in the SharedStorage makes Krita crash on exit. Seems like some compiler weirdness... (DK)

Definition at line 1270 of file kis_layer_utils.cpp.

1270 {
1271 }

Member Data Documentation

◆ value

int KisLayerUtils::SwitchFrameCommand::SharedStorage::value

Definition at line 109 of file kis_layer_utils.h.


The documentation for this struct was generated from the following files: