view .dir-locals.el @ 16614:49653ed9561b

Use menu triggered signal instead of action triggered signal to rid cast. * file-editor.cc (file_editor::request_mru_open_file): Add QAction pointer as function argument. Remove sender() cast. (file_editor::construct): Connect request_mru_open_file slot to menu trigger signal instead of action trigger signals. * file-editor.h (file_editor : public file_editor_interface): Add QAction pointer as input to request_mru_open_file slot.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Sat, 04 May 2013 22:51:43 -0500
parents 7600200a54c8
children 9ff04de067ce
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (string-match "\\.h\\'" (buffer-file-name))
                 (unless (string-match "/gnulib/" (buffer-file-name))
                   (c++-mode)
                   (c-set-style "gnu"))))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))