mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
xcode build support started
This commit is contained in:
@@ -122,8 +122,7 @@ public:
|
||||
|
||||
bool layerShown();
|
||||
|
||||
bool historyIsActive() const;
|
||||
void checkHistoryActivation();
|
||||
bool historyIsActive(int state = -1) const;
|
||||
|
||||
bool getPhotoCoords(PhotoData *photo, int32 &x, int32 &y, int32 &w) const;
|
||||
bool getVideoCoords(VideoData *video, int32 &x, int32 &y, int32 &w) const;
|
||||
@@ -153,6 +152,8 @@ public:
|
||||
|
||||
public slots:
|
||||
|
||||
void checkHistoryActivation(int state = -1);
|
||||
|
||||
void showSettings();
|
||||
void layerHidden();
|
||||
void updateTitleStatus();
|
||||
|
Reference in New Issue
Block a user