]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Dialogs.C
fix tooltips in toolbar
[lyx.git] / src / frontends / qt2 / Dialogs.C
1 /**
2  * \file qt2/Dialogs.C
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  */
7
8 #include <config.h>
9
10 #include "Dialogs.h"
11  
12 LyXView * dialogs_lyxview;
13
14 Dialogs::Dialogs(LyXView * lv)
15 {
16         dialogs_lyxview = lv;
17  
18         // reduce the number of connections needed in
19         // dialogs by a simple connection here.
20         hideAll.connect(hideBufferDependent);
21 }
22
23
24 bool Dialogs::tooltipsEnabled(void)
25 {
26         return false;
27 }