diff options
author | robotbrainify <robotbrainify@gmail.com> | 2013-12-06 16:24:55 -0500 |
---|---|---|
committer | robotbrainify <robotbrainify@gmail.com> | 2013-12-06 16:24:55 -0500 |
commit | 5ad95134dc521d5eeb85cc37e6681b72b8d62c62 (patch) | |
tree | 0d252776e7d21e7cab950a525a9284cd4ba83f72 /gui/ConsoleWindow.h | |
parent | 613699b3626aea750093ab7eaaeccaa28c0e87c6 (diff) | |
download | MultiMC-5ad95134dc521d5eeb85cc37e6681b72b8d62c62.tar MultiMC-5ad95134dc521d5eeb85cc37e6681b72b8d62c62.tar.gz MultiMC-5ad95134dc521d5eeb85cc37e6681b72b8d62c62.tar.lz MultiMC-5ad95134dc521d5eeb85cc37e6681b72b8d62c62.tar.xz MultiMC-5ad95134dc521d5eeb85cc37e6681b72b8d62c62.zip |
work on pasting instance logs
blame clang for formatting changes
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 *); |