diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-08 17:39:32 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-08 17:39:32 +0100 |
commit | d68f49ffc0e4b39ed842032a1e365870d2597adf (patch) | |
tree | 7befe15e9cd0ae9fede0f2d883a1f4f789ee3959 /gui/ConsoleWindow.h | |
parent | 0cb8ff40b26401a707781c2c4171d3ec6c114077 (diff) | |
parent | c6f0d9ce937349aaab0ed7ee3968c73bf721665c (diff) | |
download | MultiMC-d68f49ffc0e4b39ed842032a1e365870d2597adf.tar MultiMC-d68f49ffc0e4b39ed842032a1e365870d2597adf.tar.gz MultiMC-d68f49ffc0e4b39ed842032a1e365870d2597adf.tar.lz MultiMC-d68f49ffc0e4b39ed842032a1e365870d2597adf.tar.xz MultiMC-d68f49ffc0e4b39ed842032a1e365870d2597adf.zip |
Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 into develop
Diffstat (limited to 'gui/ConsoleWindow.h')
-rw-r--r-- | gui/ConsoleWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ConsoleWindow.h b/gui/ConsoleWindow.h index 2d948484..731c616c 100644 --- a/gui/ConsoleWindow.h +++ b/gui/ConsoleWindow.h @@ -76,6 +76,8 @@ slots: // FIXME: add handlers for the other MinecraftProcess signals (pre/post launch command // failures) + void on_btnPaste_clicked(); + protected: void closeEvent(QCloseEvent *); |