minor changes to the close tab confirm dialog

This commit is contained in:
fourtf
2018-01-16 18:55:30 +01:00
parent 17f5fd0ff1
commit 66014d07a0
3 changed files with 19 additions and 12 deletions
+2 -1
View File
@@ -50,6 +50,7 @@ public:
void requestFocus(int x, int y);
void updateFlexValues();
int splitCount() const;
protected:
virtual bool eventFilter(QObject *object, QEvent *event) override;
@@ -86,7 +87,7 @@ private:
QHBoxLayout hbox;
} ui;
std::vector<Split *> chatWidgets;
std::vector<Split *> splits;
std::vector<DropRegion> dropRegions;
pajlada::Settings::Setting<std::vector<std::vector<std::string>>> chats;