mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
version 0.6.18 - photos up to 1280x1280, single-column layout support, new version notifications
This commit is contained in:
@@ -54,11 +54,15 @@ public:
|
||||
|
||||
BackgroundWidget(QWidget *parent, LayeredWidget *w);
|
||||
|
||||
void showFast();
|
||||
|
||||
void paintEvent(QPaintEvent *e);
|
||||
void keyPressEvent(QKeyEvent *e);
|
||||
void mousePressEvent(QMouseEvent *e);
|
||||
void resizeEvent(QResizeEvent *e);
|
||||
|
||||
void updateWideMode();
|
||||
|
||||
void replaceInner(LayeredWidget *n);
|
||||
|
||||
bool animStep(float64 ms);
|
||||
@@ -69,6 +73,7 @@ public slots:
|
||||
|
||||
void onClose();
|
||||
bool onInnerClose();
|
||||
void boxDestroyed(QObject *obj);
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user